fix proguard for changes in 7491e7fd93056569a823b292483a114300ca86fb

This commit is contained in:
Jannik 2022-01-02 23:38:51 +01:00
parent 6dcc50c12a
commit 450fd259c6
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#-renamesourcefileattribute SourceFile
-keep class org.mosad.teapod.util.** { <fields>; }
-keep class org.json.** { *; }
#Gson
-keepattributes Signature
-dontwarn sun.misc.**