Merge branch 'feature/delete-redraft' into fork

This commit is contained in:
sk 2022-05-26 21:44:07 +02:00
commit b51b4a10ee
1 changed files with 6 additions and 1 deletions

View File

@ -46,4 +46,9 @@
-keep class org.joinmastodon.android.AppCenterWrapper { *; }
-keepattributes LineNumberTable
-keepattributes LineNumberTable
# Parceler library
-keep interface org.parceler.Parcel
-keep @org.parceler.Parcel class * { *; }
-keep class **$$Parcelable { *; }