mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Add proguard command (commented)
This commit is contained in:
parent
15223ecfe4
commit
bfb8b6203c
1 changed files with 4 additions and 1 deletions
3
vector/proguard-rules.pro
vendored
3
vector/proguard-rules.pro
vendored
|
@ -21,3 +21,6 @@
|
||||||
#-renamesourcefileattribute SourceFile
|
#-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