add proguard rule to keep DraftAttachment.Type (#2054)
This commit is contained in:
parent
d16e71b200
commit
5b34500255
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
@ -43,6 +43,10 @@
|
|||||||
public *;
|
public *;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-keep enum com.keylesspalace.tusky.db.DraftAttachment$Type {
|
||||||
|
public *;
|
||||||
|
}
|
||||||
|
|
||||||
# preserve line numbers for crash reporting
|
# preserve line numbers for crash reporting
|
||||||
-keepattributes SourceFile,LineNumberTable
|
-keepattributes SourceFile,LineNumberTable
|
||||||
-renamesourcefileattribute SourceFile
|
-renamesourcefileattribute SourceFile
|
||||||
|
Loading…
Reference in New Issue
Block a user