mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 06:04:25 +02:00

* 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
8 lines
179 B
Prolog
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);
|
|
}
|