7 lines
191 B
Prolog
7 lines
191 B
Prolog
# Add project specific ProGuard rules here.
|
|
-keep class de.oaa.xxx.app.data.model.** { *; }
|
|
-keepattributes Signature
|
|
-keepattributes *Annotation*
|
|
-dontwarn okhttp3.**
|
|
-dontwarn retrofit2.**
|