Update gradle configuration

This commit is contained in:
Fredrik Fornwall
2017-11-07 04:25:48 +01:00
parent 2deb9899bd
commit 0bdbf314ef
3 changed files with 8 additions and 9 deletions

View File

@@ -17,12 +17,12 @@ ext {
}
android {
compileSdkVersion 26
compileSdkVersion 27
buildToolsVersion "27.0.1"
defaultConfig {
minSdkVersion 21
targetSdkVersion 26
targetSdkVersion 27
externalNativeBuild {
ndkBuild {