Files
proguard/buildscripts/README
2020-05-10 11:53:17 +02:00

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