Add basic proguard rules

This commit is contained in:
antonio 2023-04-10 19:27:53 +02:00
parent 0b76eaa76b
commit 4b3e34b54c

View file

@ -18,4 +18,7 @@
# If you keep the line number information, uncomment this to # If you keep the line number information, uncomment this to
# hide the original source file name. # hide the original source file name.
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
-keepattributes SourceFile, LineNumberTable
-keep public class * extends java.lang.Exception