pilgr / Paper

Paper is a fast NoSQL-like storage for Java/Kotlin objects on Android with automatic schema migration support.
Apache License 2.0
2.34k stars 234 forks source link

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

Closed ravibuchingari closed 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

jaswant0605 commented 2 years ago

Use grade version 7.0.1 instead of 7.0.2

ravibuchingari commented 2 years ago

Thank you. It is working after changed to gradle version 7.0.1.

ravibuchingari commented 2 years ago

Please share me any idea to run same in gradle 7.0.2

pilgr commented 2 years ago

The issue has been fixed. Please refer to this task for instructions and give your feedback https://github.com/pilgr/Paper/issues/196