Skip to content

Commit

Permalink
Fix proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
KaeruCT committed Jun 30, 2021
1 parent 14a5940 commit f8b0d21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@
boolean reportFixture(long);
float reportRayFixture(long, float, float, float, float, float);
}

-keep class com.badlogic.**{
**[] $VALUES;
*;
}

0 comments on commit f8b0d21

Please sign in to comment.