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
commit ebdf9cee6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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