mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Add proguard command (commented)
This commit is contained in:
parent
15223ecfe4
commit
bfb8b6203c
5
vector/proguard-rules.pro
vendored
5
vector/proguard-rules.pro
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user