Apktool/brut.apktool/apktool-cli/proguard-rules.pro
Connor Tumbleson e69ecb578d
Reproducible Builds (#3559)
* fix: remove ShadowJar plugin

 - unable to control file dates of archive entries

* refactor: use native Gradle "fatJar" method

* refactor: drop proguard for r8

* fix: wire up R8

* wip: remove fail-fast

* Revert "wip: remove fail-fast"

This reverts commit 5d005bf82e87c89efa5552ee8f8e9c0a569aea0d.

* fix: suppress unused proguard keep messages

* fix: require java11+ for r8
2024-04-07 11:45:55 -04:00

8 lines
179 B
Prolog

-keep class brut.apktool.Main {
public static void main(java.lang.String[]);
}
-keepclassmembers enum * {
static **[] values();
static ** valueOf(java.lang.String);
}