mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-01 22:14:01 +03:00
Fix proguard p2.
This commit is contained in:
parent
847acb9ea2
commit
4c931d1b50
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
|
||||
-keepclassmembers public class ** {
|
||||
public static void main(java.lang.String[]);
|
||||
public static void premain(java.lang.String agentArgument, java.lang.instrument.Instrumentation inst);
|
||||
public static void premain(java.lang.String, java.lang.instrument.Instrumentation);
|
||||
}
|
||||
|
||||
-keepclassmembers enum ** {
|
||||
|
|
Loading…
Reference in a new issue