Merged changes from original repo and modified some web port releated files

This commit is contained in:
2025-09-27 22:13:02 +03:00
parent ac0d4784d9
commit 6673ecaa31
57 changed files with 1294 additions and 300 deletions

View File

@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 868
appVersionName = '3.2.3'
appVersionCode = 875
appVersionName = '3.2.4'
appJavaCompatibility = JavaVersion.VERSION_11
@@ -23,12 +23,12 @@ allprojects {
appAndroidMinSDK = 21 //Android 5.0
appAndroidTargetSDK = 35 //Android 15
gdxVersion = '1.13.5'
gdxVersion = '1.13.6-SNAPSHOT' //using snapshot as 1.13.5 has issues with Android R8
gdxControllersVersion = '2.2.4'
robovmVersion = '2.3.23'
gdxTeaVMVersion = '1.2.4'
teaVMVersion = '0.12.0'
teaVMVersion = '0.12.3'
}
version = appVersionName
@@ -38,4 +38,4 @@ allprojects {
maven { url 'https://central.sonatype.com/repository/maven-snapshots/' }
}
}
}