Printooth icon indicating copy to clipboard operation
Printooth copied to clipboard

minifyEnabled is true and shrinkResources is true getting below error

Open ravibuchingari opened this issue 3 years ago • 3 comments

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 avatar Sep 28 '21 01:09 ravibuchingari

above error getting in gradle 7.0.2

ravibuchingari avatar Oct 02 '21 03:10 ravibuchingari

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 { *; }

my-dad-bot avatar Nov 24 '21 02:11 my-dad-bot

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

adarsh-dhakad avatar Aug 18 '23 06:08 adarsh-dhakad