make MemorizingTrustManager use Build-Tools 25.0.3

Daniel Gultsch created

Change summary

.travis.yml                              | 2 +-
libs/MemorizingTrustManager/build.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

.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

libs/MemorizingTrustManager/build.gradle 🔗

@@ -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