mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 21:27:36 +02:00
Workaround invalid org.xmlpull loader with R8 (#3604)
* build: move to semi-modern xmlpull version * fix: prevent stripping invalid service loader * fix: rework the 'release'/'publish' plan
This commit is contained in:
@ -74,5 +74,3 @@ tasks.register<JavaExec>("proguard") {
|
||||
originalJar.toString()
|
||||
)
|
||||
}
|
||||
|
||||
tasks.getByPath(":release").dependsOn("proguard")
|
||||
|
3
brut.apktool/apktool-cli/proguard-rules.pro
vendored
3
brut.apktool/apktool-cli/proguard-rules.pro
vendored
@ -5,3 +5,6 @@
|
||||
static **[] values();
|
||||
static ** valueOf(java.lang.String);
|
||||
}
|
||||
|
||||
# https://github.com/iBotPeaches/Apktool/issues/3602#issuecomment-2117317880
|
||||
-dontwarn org.xmlpull.mxp1**
|
||||
|
Reference in New Issue
Block a user