mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-26 22:20:24 +00:00
update proguard-rules
This commit is contained in:
parent
e63313db9e
commit
c9d105986b
1 changed files with 4 additions and 0 deletions
4
touch/proguard-rules.pro
vendored
4
touch/proguard-rules.pro
vendored
|
@ -39,6 +39,10 @@
|
||||||
-keepclassmembers class ** {
|
-keepclassmembers class ** {
|
||||||
@org.jetbrains.annotations.ReadOnly public *;
|
@org.jetbrains.annotations.ReadOnly public *;
|
||||||
}
|
}
|
||||||
|
-keepattributes *Annotation*
|
||||||
|
|
||||||
|
-keep class kotlin.** { *; }
|
||||||
|
-keep class org.jetbrains.** { *; }
|
||||||
|
|
||||||
# Platform used when running on Java 8 VMs. Will not be used at runtime.
|
# Platform used when running on Java 8 VMs. Will not be used at runtime.
|
||||||
-dontwarn retrofit2.Platform$Java8
|
-dontwarn retrofit2.Platform$Java8
|
||||||
|
|
Loading…
Reference in a new issue