add proguard rule to keep DraftAttachment.Type (#2054)
This commit is contained in:
parent
46468b8a78
commit
968c4ed3e0
|
@ -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