Files
xxx-sphere-android/app/proguard-rules.pro
2026-05-06 20:52:46 +02:00

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.**