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

main
Konrad Pozniak 3 years ago committed by Alibek Omarov
parent d16e71b200
commit 5b34500255
  1. 4
      app/proguard-rules.pro

@ -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

Loading…
Cancel
Save