Gradle plugin to easily proguard your jars and fit within a traditional build pipeline.
Questions | CI | Codecov | Docs | Release |
---|---|---|---|---|
Can be sourced from Artifactory/Bintray/MavenCentral like so:
<dependency>
<groupId>com.aries</groupId>
<artifactId>gradle-proguard-plugin</artifactId>
<version>X.Y.Z</version>
<classifier>sources|docs</classifier> (Optional)
</dependency>
- Project was built using the model provided by gradle-multi-project-example
- Proguard HomePage
- Proguard on Github
- android-proguard-snippets
- android-proguards