mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 01:52:56 +01:00
Add proguard rule
This commit is contained in:
parent
f9c137009e
commit
3352088d00
@ -73,6 +73,8 @@ task proguard(type: ProGuardTask, dependsOn: shadowJar) {
|
||||
dontwarn 'com.google.common.util.**'
|
||||
dontwarn 'javax.xml.xpath.**'
|
||||
dontnote '**'
|
||||
// between Java 1.8 and 1.9, the signature of `flip()` changed, which trips up proguard.
|
||||
dontwarn 'org.yaml.snakeyaml.scanner.ScannerImpl'
|
||||
|
||||
def outPath = jar.getDestinationDirectory().getAsFile().get().toString()
|
||||
def extension = jar.archiveExtension.get().toString()
|
||||
|
Loading…
Reference in New Issue
Block a user