2023-06-11 20:05:55 +02:00
|
|
|
# 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.** { *; }
|
2021-11-22 09:27:58 +01:00
|
|
|
|
2023-06-11 20:05:55 +02:00
|
|
|
# preserve line numbers for crash reporting
|
|
|
|
-keepattributes SourceFile,LineNumberTable
|
|
|
|
-renamesourcefileattribute SourceFile
|