v3.0.0: quick beta-2.7 release to fix that crash bug =S

This commit is contained in:
Evan Debenham
2025-02-10 19:48:32 -05:00
parent 2989b5d3ed
commit 9a9894f997
2 changed files with 8 additions and 3 deletions

View File

@@ -17,8 +17,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 825
appVersionName = '3.0.0-BETA-2.6'
appVersionCode = 826
appVersionName = '3.0.0-BETA-2.7'
appJavaCompatibility = JavaVersion.VERSION_1_8