Pull upstream changes

This commit is contained in:
2025-10-05 15:06:45 +03:00
82 changed files with 728 additions and 424 deletions

View File

@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 875
appVersionName = '3.2.4'
appVersionCode = 877
appVersionName = '3.2.5'
appJavaCompatibility = JavaVersion.VERSION_11
@@ -38,4 +38,4 @@ allprojects {
maven { url 'https://central.sonatype.com/repository/maven-snapshots/' }
}
}
}