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

@@ -1,3 +1,4 @@
.cxx
.externalNativeBuild
build
release

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'

View File

@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.2'
classpath 'com.android.tools.build:gradle:4.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@@ -1,6 +1,6 @@
#Fri Oct 09 18:19:57 EDT 2020
#Sat Oct 17 02:06:49 EDT 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip