Skip to content

AabResGuard v0.8.3

Latest

Choose a tag to compare

@Codetroupe Codetroupe released this 17 Jul 19:28

AabResGuard v0.8.3

Android App Bundle resource obfuscation and optimization tool.

Artifacts

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

Usage

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

> Auto-published from [AabResGuard](https://github.com/Codetroupe/AabResGuard) CI