mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Add basic proguard rules
This commit is contained in:
parent
0b76eaa76b
commit
4b3e34b54c
1 changed files with 4 additions and 1 deletions
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue