Skip to content

Commit

Permalink
Added Proguard/R8 rules for Scene2d Skins (#7375)
Browse files Browse the repository at this point in the history
  • Loading branch information
obigu committed Apr 15, 2024
1 parent 3a9a2fe commit 942b821
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@

-dontwarn com.badlogic.gdx.backends.android.AndroidFragmentApplication

# Required if using libGDX Scene2d Skins (JSON Skin descriptors)
-keep public class com.badlogic.gdx.scenes.scene2d.** { *; }
-keep public class com.badlogic.gdx.graphics.g2d.BitmapFont { *; }
-keep public class com.badlogic.gdx.graphics.Color { *; }

# Required if using Gdx-Controllers extension
-keep class com.badlogic.gdx.controllers.android.AndroidControllers

Expand Down

0 comments on commit 942b821

Please sign in to comment.