mazenrashed / Printooth

A well documented, high-level Android interface that makes printing via bluetooth printers easier
Mozilla Public License 2.0
396 stars 112 forks source link

minifyEnabled is true and shrinkResources is true getting below error #88

Open ravibuchingari opened 2 years ago

ravibuchingari commented 2 years ago

io.paperdb.PaperDbException: Couldn't read/deserialize file /data/user/0/com.gvt.smartbill/files/io.paperdb/paired printer.pt for table paired printer

ravibuchingari commented 2 years ago

above error getting in gradle 7.0.2

my-dad-bot commented 2 years ago

Hey @ravibuchingari have you configured your local progaurd file with the following rules? It seem like you are excluding data/model classes which is required by Printooth

-keep class * implements java.io.Serializable { *; }

adarsh-dhakad commented 10 months ago

Hey @ravibuchingari have you configured your local progaurd file with the following rules? It seem like you are excluding data/model classes which is required by Printooth

-keep class * implements java.io.Serializable { *; }

its not woking