An open API service indexing awesome lists of open source software.

https://github.com/loopj/proguard-gradle-example

Example app showing how to use proguard with gradle
https://github.com/loopj/proguard-gradle-example

Last synced: about 1 year ago
JSON representation

Example app showing how to use proguard with gradle

Awesome Lists containing this project

README

          

Example Java App with Proguard
==============================

Building
--------

```shell
./gradlew clean build proguard
```

Running
-------

```shell
java -jar build/libs/proguard-gradle-example.jar
```

Outputs
-------

- `build/libs/proguard-gradle-example.jar` - main package

- `build/libs/proguard-gradle-example.out.jar` - obfuscated main package

- `proguard.map` - proguard obfuscation mapping file