Исправление конфига ProGuard

This commit is contained in:
Gravit 2018-09-30 18:29:14 +07:00
parent b6d0692a1e
commit 0421ffd65a

View file

@ -22,9 +22,9 @@
-keepattributes Signature
-adaptresourcefilecontents META-INF/MANIFEST.MF
-keeppackagenames com.eclipsesource.json.**,com.com.mojang.**,org.apache.**
-keeppackagenames com.eclipsesource.json.**,com.mojang.**,org.apache.**
-keep class com.eclipsesource.json.**,com.com.mojang.** {
-keep class com.eclipsesource.json.**,com.mojang.** {
<fields>;
<methods>;
}