make MemorizingTrustManager use Build-Tools 25.0.3

This commit is contained in:
Daniel Gultsch 2017-06-05 10:43:18 +02:00
parent f7f6e8dfd5
commit 10025123e9
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ android:
components: components:
- platform-tools - platform-tools
- tools - tools
- build-tools-25.0.2 - build-tools-25.0.3
- android-25 - android-25
- extra-android-m2repository - extra-android-m2repository
- extra-google-m2repository - extra-google-m2repository

View File

@ -11,7 +11,7 @@ apply plugin: 'com.android.library'
android { android {
compileSdkVersion 25 compileSdkVersion 25
buildToolsVersion "25.0.2" buildToolsVersion "25.0.3"
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 25 targetSdkVersion 25