mirror of
https://codeberg.org/NextPush/nextpush-android.git
synced 2024-12-27 10:12:29 +01:00
8 lines
350 B
Prolog
8 lines
350 B
Prolog
# keep classes used for Json deserializing
|
|
-keep class org.unifiedpush.distributor.nextpush.api.response.** { *; }
|
|
# keep classes used for Nextcloud SSO
|
|
-keep class org.unifiedpush.distributor.nextpush.api.provider.** { *; }
|
|
|
|
# preserve line numbers for crash reporting
|
|
-keepattributes SourceFile,LineNumberTable
|
|
-renamesourcefileattribute SourceFile |