Merged changes from original repo and modified some web port releated files
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -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/' }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user