diff --git a/build.gradle b/build.gradle index 030da9a3a..33b9bcb60 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ allprojects { appName = 'Shattered Pixel Dungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' - appVersionCode = 686 + appVersionCode = 690 appVersionName = '2.0.1' appJavaCompatibility = JavaVersion.VERSION_1_8 diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v2_X_Changes.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v2_X_Changes.java index 2b27566ea..1047ca73b 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v2_X_Changes.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v2_X_Changes.java @@ -118,7 +118,8 @@ public class v2_X_Changes { "_-_ Charged shot ability rarely messing with the game's UI when its animation ends\n" + "_-_ Combined energy talent rarely boosting energy above 100%\n" + "_-_ Brawler's stance not preventing damage blocking from equipped weapon\n" + - "\n" + + "_-_ Duelist Unlock badge not registering on Google Play Games\n" + + "\n" + "Fixed (existed prior to v2.0):\n" + "_-_ Noisemakers being visually defusable after trigger but not exploding\n" + "_-_ Damage/Stun from blastwave knockback applying to downed ghouls\n" +