Add proguard command (commented)

This commit is contained in:
Benoit Marty 2020-07-02 22:02:42 +02:00
parent 15223ecfe4
commit bfb8b6203c

View file

@ -20,4 +20,7 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class im.vector.riotx.features.** { *; }
-keep class im.vector.riotx.features.** { *; }
## print all the rules in a file
# -printconfiguration ../proguard_files/full-r8-config.txt