mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Add proguard command (commented)
This commit is contained in:
parent
15223ecfe4
commit
bfb8b6203c
1 changed files with 4 additions and 1 deletions
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 a new issue