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

Compatibility test for 2.7.2 #196

Closed pilgr closed 2 years ago

pilgr commented 2 years ago

The version 2.7.2 has been released with the fix for https://github.com/pilgr/Paper/issues/188 and similar nasty issues. Now we need to make sure the fix works for everyone and that backward compatibility is in place.

Please give 2.7.2 a try in your project and leave feedback here:

pilgr commented 2 years ago

No issues found so far, closing the task.

BilalZurmati commented 2 years ago

m having deserialization error when apply minifyEnabled=true using this version ... implementation 'io.github.pilgr:paperdb:2.7.2' ...

With gradle plugin 7.0.4