Files
proguard/examples/application/proguard.pro
2022-07-05 11:33:28 +02:00

7 lines
132 B
Prolog

# We only want minification, not obfuscation.
-dontobfuscate
-verbose
# Entry point to the app.
-keep class com.example.App { *; }