Merge pull request #14318 from endragor/compile-sdk-version-26

Update Android compileSdkVersion to 26
This commit is contained in:
Rémi Verschelde 2017-12-06 19:14:31 +01:00 committed by GitHub
commit e7b7e7b7b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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