v2.0.0: added various things for the Alpha release

This commit is contained in:
Evan Debenham
2023-01-26 18:00:11 -05:00
parent 7fc190b3f3
commit 9f9925065f
4 changed files with 227 additions and 9 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 668
appVersionName = '1.4.3'
appVersionCode = 669
appVersionName = '2.0.0-ALPHA-1'
appJavaCompatibility = JavaVersion.VERSION_1_8