mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 11:03:10 -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 |