v2.1.0: updated AGP, gradle, mobivm, and gdx-controllers

This commit is contained in:
Evan Debenham
2023-05-14 23:18:50 -04:00
parent 53ece81c14
commit 6c1b36b245
5 changed files with 9 additions and 12 deletions

View File

@@ -17,9 +17,8 @@ android {
//noinspection MinSdkTooLow
minSdkVersion appAndroidMinSDK
targetSdkVersion appAndroidTargetSDK
resourceConfigurations += ['en_US', 'cs', 'de', 'el', 'es', 'fr', 'hu', 'in', 'it', 'ja', 'ko', 'nl', 'pl', 'pt', 'ru', 'tr', 'uk', 'vi', 'zh_CN']
resConfigs "en_US", "cs", "de", "el", "es", "fr", "hu", "in", "it", "ja",
"ko", "nl", "pl", "pt", "ru", "tr", "uk", "vi", "zh_CN"
}
buildTypes {

View File

@@ -6,11 +6,6 @@
-keepclassmembers class * extends com.watabou.glscripts.Script
-keepclassmembers class * implements com.watabou.utils.Bundlable
# retained to support meaningful stack traces
# note that the mapping file must be referenced in order to make sense of line numbers
# mapping file can be found in core/build/outputs/mapping after running a release build
-keepattributes SourceFile,LineNumberTable
# libGDX stuff
-dontwarn android.support.**
-dontwarn com.badlogic.gdx.backends.android.AndroidFragmentApplication

View File

@@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.0.1'
}
}
@@ -24,8 +24,8 @@ allprojects {
appAndroidTargetSDK = 33
gdxVersion = '1.11.0'
gdxControllersVersion = '2.2.3-SNAPSHOT'
robovmVersion = '2.3.18'
gdxControllersVersion = '2.2.3'
robovmVersion = '2.3.19'
}
version = appVersionName

View File

@@ -10,3 +10,6 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemor
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true
# Necessary to turn off certain R8 optimizations that would otherwise cause Shattered to crash
android.enableR8.fullMode=false

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists