Updated Gradle plugin

This commit is contained in:
Sergii Pylypenko
2021-08-22 01:25:03 +03:00
parent 22e2154d7e
commit 3ac05002f0
9 changed files with 74 additions and 58 deletions

View File

@@ -3,14 +3,12 @@ plugins {
}
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
ndkVersion "22.1.7171670"
compileSdk 30
defaultConfig {
applicationId "net.olofson.ballfield"
minSdkVersion 16
targetSdkVersion 30
minSdk 16
targetSdk 30
}
buildTypes {