Printooth
Printooth copied to clipboard
minifyEnabled is true and shrinkResources is true getting below error
io.paperdb.PaperDbException: Couldn't read/deserialize file /data/user/0/com.gvt.smartbill/files/io.paperdb/paired printer.pt for table paired printer
above error getting in gradle 7.0.2
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 { *; }
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