mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-03 07:14:26 +02:00

* build: move to semi-modern xmlpull version * fix: prevent stripping invalid service loader * fix: rework the 'release'/'publish' plan
11 lines
286 B
Prolog
11 lines
286 B
Prolog
-keep class brut.apktool.Main {
|
|
public static void main(java.lang.String[]);
|
|
}
|
|
-keepclassmembers enum * {
|
|
static **[] values();
|
|
static ** valueOf(java.lang.String);
|
|
}
|
|
|
|
# https://github.com/iBotPeaches/Apktool/issues/3602#issuecomment-2117317880
|
|
-dontwarn org.xmlpull.mxp1**
|