compileSdkVersion = targetSdkVersion = 28

This commit is contained in:
Fredrik Fornwall
2018-08-28 02:50:52 +02:00
parent 26c95f1397
commit a9eddce672
3 changed files with 5 additions and 5 deletions

View File

@@ -17,11 +17,11 @@ ext {
}
android {
compileSdkVersion 27
compileSdkVersion 28
defaultConfig {
minSdkVersion 21
targetSdkVersion 27
targetSdkVersion 28
externalNativeBuild {
ndkBuild {