forked from organicmaps/organicmaps
[android] Disable obfuscation of code
Make debugging easier. The source code is available anyway. Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
f14466fab7
commit
9f57918e63
1 changed files with 3 additions and 0 deletions
3
android/app/proguard-rules.pro
vendored
3
android/app/proguard-rules.pro
vendored
|
@ -22,3 +22,6 @@
|
|||
|
||||
# For Guava used by Android Auto
|
||||
-dontwarn java.lang.reflect.AnnotatedType
|
||||
|
||||
# Disable obfuscation since it is open-source app.
|
||||
-dontobfuscate
|
||||
|
|
Loading…
Add table
Reference in a new issue