Browse Source

Set android 'compileSdkVersion' to 24

Konstantin Zaitsev 7 years ago
parent
commit
79178e75cd
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 {
 		disable 'MissingTranslation'
 	}
 
-	compileSdkVersion 23
+	compileSdkVersion 24
 	buildToolsVersion "26.0.1"
 	useLibrary 'org.apache.http.legacy'