mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +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
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
|
|
@ -22,3 +22,4 @@
|
||||||
|
|
||||||
-keepattributes SourceFile, LineNumberTable
|
-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