update proguard-rules

This commit is contained in:
Felix Bürkle 2017-11-06 22:17:34 +01:00
parent e63313db9e
commit c9d105986b

View file

@ -39,6 +39,10 @@
-keepclassmembers class ** {
@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.
-dontwarn retrofit2.Platform$Java8