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:
Connor Tumbleson
2024-05-17 19:43:30 -04:00
committed by GitHub
parent 6b986e9a45
commit 5c1716ffef
4 changed files with 6 additions and 7 deletions

View File

@ -74,5 +74,3 @@ tasks.register<JavaExec>("proguard") {
originalJar.toString()
)
}
tasks.getByPath(":release").dependsOn("proguard")

View File

@ -5,3 +5,6 @@
static **[] values();
static ** valueOf(java.lang.String);
}
# https://github.com/iBotPeaches/Apktool/issues/3602#issuecomment-2117317880
-dontwarn org.xmlpull.mxp1**