[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:
Roman Tsisyk 2023-10-05 09:56:52 +03:00
parent f14466fab7
commit 9f57918e63

View file

@ -22,3 +22,6 @@
# For Guava used by Android Auto
-dontwarn java.lang.reflect.AnnotatedType
# Disable obfuscation since it is open-source app.
-dontobfuscate