Skip to content

Releases: Codetroupe/codetroupe.github.io

AabResGuard v0.8.0

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

AabResGuard v0.7.0

Choose a tag to compare

@Codetroupe Codetroupe released this 01 Jul 17:33

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

AabResGuard v0.6.0

Choose a tag to compare

@Codetroupe Codetroupe released this 15 Jun 09:49

AabResGuard v0.6.0

Android App Bundle resource obfuscation and optimization tool.

Artifacts

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

Usage

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

Auto-published from AabResGuard CI

AabResGuard v0.4.0

Choose a tag to compare

@Codetroupe Codetroupe released this 10 Jun 18:42

AabResGuard v0.4.0

Android App Bundle resource obfuscation and optimization tool.

Artifacts

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

Usage

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

Auto-published from AabResGuard CI