v1.3.0: overhauled scoring system for rankings

This commit is contained in:
Evan Debenham
2022-05-11 22:37:38 -04:00
parent f4b94ad64b
commit e12f246569
30 changed files with 346 additions and 47 deletions

View File

@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 628
appVersionName = '1.2.3'
appVersionCode = 630
appVersionName = '1.3.0-ALPHA'
appJavaCompatibility = JavaVersion.VERSION_1_8