1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-02 16:48:55 +00:00

Merge pull request #13073 from kosz78/android-compile-sdk-version

Up android 'compileSdkVersion' to 24

[ci skip]
This commit is contained in:
Rémi Verschelde
2017-11-20 07:49:26 +01:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ android {
disable 'MissingTranslation'
}
compileSdkVersion 23
compileSdkVersion 24
buildToolsVersion "26.0.1"
useLibrary 'org.apache.http.legacy'