2023-04-13 07:10:18 +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 { *; }