Merge upstream changes to web port

This commit is contained in:
2026-01-24 15:38:47 +02:00
342 changed files with 7071 additions and 2879 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.11.1'
classpath 'com.android.tools.build:gradle:8.13.2'
}
}
@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 877
appVersionName = '3.2.5'
appVersionCode = 887
appVersionName = '3.3.3'
appJavaCompatibility = JavaVersion.VERSION_11
@@ -23,12 +23,12 @@ allprojects {
appAndroidMinSDK = 21 //Android 5.0
appAndroidTargetSDK = 35 //Android 15
gdxVersion = '1.13.6-SNAPSHOT' //using snapshot as 1.13.5 has issues with Android R8
gdxVersion = '1.14.0'
gdxControllersVersion = '2.2.4'
robovmVersion = '2.3.23'
robovmVersion = '2.3.24'
gdxTeaVMVersion = '1.3.1'
teaVMVersion = '0.12.3'
gdxTeaVMVersion = '1.4.0'
teaVMVersion = '0.13.0'
}
version = appVersionName