mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 11:03:10 -07:00
6 lines
No EOL
219 B
Prolog
6 lines
No EOL
219 B
Prolog
# keep classes used for Json deserializing
|
|
-keep class app.lonecloud.prism.api.data.** { *; }
|
|
|
|
# preserve line numbers for crash reporting
|
|
-keepattributes SourceFile,LineNumberTable
|
|
-renamesourcefileattribute SourceFile |