mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
ProGuard для gson забытые строчки
This commit is contained in:
parent
73c3dec29f
commit
895253012f
1 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,18 @@
|
||||||
|
-libraryjars '<java.home>/lib/rt.jar'
|
||||||
|
-libraryjars '<java.home>/lib/jce.jar'
|
||||||
|
-libraryjars '<java.home>/lib/ext/nashorn.jar'
|
||||||
|
-keepattributes SourceFile,LineNumberTable
|
||||||
|
-renamesourcefileattribute Source
|
||||||
|
|
||||||
|
-dontnote
|
||||||
|
-dontwarn
|
||||||
|
-dontshrink
|
||||||
|
-dontoptimize
|
||||||
|
-ignorewarnings
|
||||||
|
-target 8
|
||||||
|
-forceprocessing
|
||||||
|
|
||||||
|
-overloadaggressively
|
||||||
-repackageclasses 'ru.gravit.launcher'
|
-repackageclasses 'ru.gravit.launcher'
|
||||||
-keep class ru.zaxar163.*
|
-keep class ru.zaxar163.*
|
||||||
-keep class cpw.mods.fml.*
|
-keep class cpw.mods.fml.*
|
||||||
|
|
Loading…
Reference in a new issue