Browse Source

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

pull/2030/head^2
Konrad Pozniak 5 years ago committed by GitHub
parent
commit
968c4ed3e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/proguard-rules.pro

4
app/proguard-rules.pro vendored

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