v1.4.0: adjusted proguard rules to fix crashes with new AGP

This commit is contained in:
Evan Debenham
2022-09-21 14:46:07 -04:00
parent c801a89b2e
commit a2546d5875
3 changed files with 8 additions and 5 deletions
@@ -91,10 +91,13 @@ public class v1_X_Changes {
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes = new ChangeInfo("", false, null);
changes = new ChangeInfo("ALPHA-4", false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
"Fixed and Android-specific bug that caused crashes with text input windows"));
changes = new ChangeInfo("ALPHA-3", false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);