mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-04 04:04:44 -07:00
6 lines
No EOL
233 B
Prolog
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 |