AabResGuard v0.7.0
AabResGuard v0.7.0
Android App Bundle resource obfuscation and optimization tool.
Artifacts
plugin-0.7.0-all.jar— All-in-one plugin JAR (includes core)AabResGuard-0.7.0.jar— Core shadow JAR (standalone CLI)
Usage
buildscript {
dependencies {
classpath files('plugin-0.7.0-all.jar')
}
}
apply plugin: 'io.github.codetroupe.resguard'Auto-published from AabResGuard CI