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

View File

@@ -19,8 +19,8 @@
-dontwarn com.badlogic.gdx.jnigen.BuildTarget*
# needed for libGDX skin reflection used in text fields. Perhaps just don't use skin?
-keepnames class com.badlogic.gdx.graphics.Color { *; }
-keepnames class com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle { *; }
-keep class com.badlogic.gdx.graphics.Color { *; }
-keep class com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle { *; }
# needed for libGDX controllers
-keep class com.badlogic.gdx.controllers.android.AndroidControllers { *; }