mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
Исправление конфига ProGuard
This commit is contained in:
parent
b6d0692a1e
commit
0421ffd65a
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@
|
||||||
-keepattributes Signature
|
-keepattributes Signature
|
||||||
-adaptresourcefilecontents META-INF/MANIFEST.MF
|
-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>;
|
<fields>;
|
||||||
<methods>;
|
<methods>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue