mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
fix: redefined proguard rules to make Retrofit work for everyone
This commit is contained in:
parent
beb1d29e8f
commit
f1cf65a371
1 changed files with 2 additions and 1 deletions
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
|
|
@ -21,4 +21,5 @@
|
|||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
-keepattributes SourceFile, LineNumberTable
|
||||
-keep public class * extends java.lang.Exception
|
||||
-keep public class * extends java.lang.Exception
|
||||
-keep class retrofit2.** { *; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue