Update package, update to SDK 29 and Android Studio 4.1

This commit is contained in:
elasota
2020-10-17 03:38:31 -04:00
parent babf7cce89
commit bece23dc8c
4 changed files with 10 additions and 7 deletions

View File

@@ -8,15 +8,15 @@ else {
}
android {
compileSdkVersion 26
compileSdkVersion 29
defaultConfig {
if (buildAsApplication) {
applicationId "org.glideport.game"
applicationId "org.thecodedeposit.aerofoil"
}
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionName "1.0.9pre1"
externalNativeBuild {
ndkBuild {
arguments "APP_PLATFORM=android-16"
@@ -69,3 +69,5 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
}
android.buildTypes.release.ndk.debugSymbolLevel = 'FULL'