mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
7 lines
132 B
Prolog
7 lines
132 B
Prolog
# We only want minification, not obfuscation.
|
|
-dontobfuscate
|
|
-verbose
|
|
|
|
# Entry point to the app.
|
|
-keep class com.example.App { *; }
|