.travis.yml 🔗
@@ -5,7 +5,7 @@ android:
components:
- platform-tools
- tools
- - build-tools-25.0.2
+ - build-tools-25.0.3
- android-25
- extra-android-m2repository
- extra-google-m2repository
Daniel Gultsch created
.travis.yml | 2 +-
libs/MemorizingTrustManager/build.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
@@ -5,7 +5,7 @@ android:
components:
- platform-tools
- tools
- - build-tools-25.0.2
+ - build-tools-25.0.3
- android-25
- extra-android-m2repository
- extra-google-m2repository
@@ -11,7 +11,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 25
- buildToolsVersion "25.0.2"
+ buildToolsVersion "25.0.3"
defaultConfig {
minSdkVersion 14
targetSdkVersion 25