Files
xxx-sphere-old/xxxthegame-android/app/proguard-rules.pro
2026-03-15 22:51:10 +01: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.**