prism-android/app/proguard-rules.pro
2025-08-28 17:53:44 +02:00

6 lines
No EOL
233 B
Prolog

# keep classes used for Json deserializing
-keep class org.unifiedpush.distributor.sunup.api.data.** { *; }
# preserve line numbers for crash reporting
-keepattributes SourceFile,LineNumberTable
-renamesourcefileattribute SourceFile