add proguard rule to keep DraftAttachment.Type (#2054)

This commit is contained in:
Konrad Pozniak 2021-01-25 16:23:43 +01:00 committed by Alibek Omarov
parent d16e71b200
commit 5b34500255
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@
public *;
}
-keep enum com.keylesspalace.tusky.db.DraftAttachment$Type {
public *;
}
# preserve line numbers for crash reporting
-keepattributes SourceFile,LineNumberTable
-renamesourcefileattribute SourceFile