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 2501a21 commit 153848a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# public *;
#}

-keepclassmembernames class com.orgzly.android.db.NotesClipboard.Entry {<fields>;}
-keep class com.orgzly.android.db.NotesClipboard.Entry {<fields>;}
-keep class com.orgzly.android.db.entity.NoteProperty {<fields>;}

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

0 comments on commit 153848a

Please sign in to comment.