Browse Source

Upgrade Android build tools to the latest

Pedro J. Estébanez 8 years ago
parent
commit
deda04faff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/android/build.gradle.template

+ 1 - 1
platform/android/build.gradle.template

@@ -31,7 +31,7 @@ android {
 	}
 
 	compileSdkVersion 23
-	buildToolsVersion "23.0.3"
+	buildToolsVersion "25.0.3"
 	useLibrary 'org.apache.http.legacy'
 
 	packagingOptions {