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.35k stars 234 forks source link

Proguard sample update #135

Closed cloudbank closed 4 years ago

cloudbank commented 6 years ago

Proguard needs kryo entries

pilgr commented 4 years ago

I'm using lib in AppDialer since beginning and don't ever seen a need to add kryo into proguard config. Please elaborate if you believe it's still required.

cloudbank commented 4 years ago

Hi Oleksii IDK because I have not looked at that project since 2018 and R8 integration has moved my focus off Proguard. I remember I needed the entry at the time. Paper is awesome, so maybe I will get back to trying to use it.

Best Regards,

Sabine G. Vogel

Senior Android Developer

@Mobiquity http://mobiquity.com

MENSA, SWE, Toastmasters

415.889.8916


On Mon, May 11, 2020 at 2:45 PM Oleksii Masnyi notifications@github.com wrote:

I'm using lib in AppDialer since beginning and don't ever seen a need to add kryo into proguard config. Please elaborate if you believe it's still required.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pilgr/Paper/issues/135#issuecomment-626982216, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAROVJQI64APC462E6OLXMDRRBWWBANCNFSM4FWC3RAA .

pilgr commented 4 years ago

That's would be awesome, thanks!