Skip to content

AabResGuard v0.8.0

Latest

Choose a tag to compare

@Codetroupe Codetroupe released this 03 Jul 17:46

AabResGuard v0.8.0

Android App Bundle resource obfuscation and optimization tool.

Artifacts

  • plugin-0.8.0-all.jar — All-in-one plugin JAR (includes core)
  • AabResGuard-0.8.0.jar — Core shadow JAR (standalone CLI)

Usage

buildscript {
    dependencies {
        classpath files('plugin-0.8.0-all.jar')
    }
}
apply plugin: 'io.github.codetroupe.resguard'

Auto-published from AabResGuard CI