Don't obfuscate data classes.

This commit is contained in:
Vitor Pamplona 2024-05-16 13:01:15 -04:00
parent 1bfe57da63
commit 18d08bf6e0

@ -18,4 +18,6 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
-keep class com.vitorpamplona.amethyst.commons.data.** { *; }