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

dependencies advise #132

Closed hiperioncn closed 4 years ago

hiperioncn commented 6 years ago

I got the dependence of Paper 2.6

+--- io.paperdb:paperdb:2.6 | +--- com.esotericsoftware:kryo:4.0.1 | | +--- com.esotericsoftware:reflectasm:1.11.3 | | | --- org.ow2.asm:asm:5.0.4 | | +--- com.esotericsoftware:minlog:1.3.0 | | --- org.objenesis:objenesis:2.5.1 | --- de.javakaffee:kryo-serializers:0.40 | --- com.esotericsoftware:kryo:4.0.0 -> 4.0.1 (*)

and in paperdb's build.gradle

compile 'com.esotericsoftware:kryo:4.0.1'
compile 'de.javakaffee:kryo-serializers:0.40'

Could you change kryo version to 4.0.0

pilgr commented 6 years ago

What's the reason?

On Wed, Jul 4, 2018, 07:51 Hiperion notifications@github.com wrote:

I got the dependence of Paper 2.6 +--- io.paperdb:paperdb:2.6 | +--- com.esotericsoftware:kryo:4.0.1 | | +--- com.esotericsoftware:reflectasm:1.11.3 | | | --- org.ow2.asm:asm:5.0.4 | | +--- com.esotericsoftware:minlog:1.3.0 | | --- org.objenesis:objenesis:2.5.1 | --- de.javakaffee:kryo-serializers:0.40 | --- com.esotericsoftware:kryo:4.0.0 -> 4.0.1 (*) and in paperdb's build.gradle

compile 'com.esotericsoftware:kryo:4.0.1' compile 'de.javakaffee:kryo-serializers:0.40' Could you change kryo version to 4.0.0

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pilgr/Paper/issues/132, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaNIeR1a1HQGdKa27r6FpX6J4Si1zvwks5uDFfsgaJpZM4VB_ab .