mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
23 lines
590 B
Plaintext
23 lines
590 B
Plaintext
ProGuard, Java class file shrinker, optimizer, obfuscator, and preverifier
|
|
==========================================================================
|
|
|
|
This directory contains a number of alternative ways to build ProGuard:
|
|
|
|
- build.gradle : a Gradle build file for all platforms
|
|
|
|
gradle clean assemble
|
|
|
|
- pom.xml: a Maven POM for building the Maven artifacts
|
|
|
|
mvn clean package
|
|
|
|
- build.sh: a simple and fast shell script for GNU/Linux.
|
|
|
|
./build.sh
|
|
|
|
Pick your favorite build tool and enjoy!
|
|
|
|
https://www.guardsquare.com/proguard
|
|
|
|
Copyright (c) 2002-2020 Guardsquare
|