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 GitHub
parent 46468b8a78
commit 968c4ed3e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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