Skip to content

Commit

Permalink
proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Oct 24, 2024
1 parent 153848a commit 934a85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# public *;
#}

-keep class com.orgzly.android.db.NotesClipboard.Entry {<fields>;}
-keep class com.orgzly.android.db.entity.NoteProperty {<fields>;}
-keep class com.google.gson.reflect.TypeToken { *; }
-keep class * extends com.google.gson.reflect.TypeToken

# Keep line numbers and file names
-keepattributes SourceFile,LineNumberTable
Expand Down

0 comments on commit 934a85e

Please sign in to comment.