-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash during 1.5 => 2.1 transition #87
Comments
What I found for now is crash happens not because of Kryo update bu because of |
My previous assumption was wrong. Crash happens after update com.esotericsoftware:kryo:3.0.3->4.0.0. (previously lesser kryo version didn't take effect because of transitive dependency for kryo-serializers) |
you were right, thanks! changing |
Fixed in 408164c |
Thanks ! Do you know when the next release is planned ? As far as I'm concerned, the sooner, the better as I'm stuck on 1.5 with the potential crash on Android N for now. |
I hope to make it today or tomorrow.
…On Thursday, September 21, 2017 at 12:54, Martin Bonnin wrote:
Thanks ! Do you know when the next release is planned ? As far as I'm concerned, the sooner, the better as I'm stuck on 1.5 with the potential crash on Android N for now.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub (#87 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/AAaNIV6ZXYxMl1Lm0P599GBkOtVL8Ucaks5skjJDgaJpZM4Pc7pg).
|
Awesome, thanks ! |
Could you check out new version 2.5? It’s already published to the maven repo but not yet released publicly. Thanks!
//Aleksey Masny
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
…On Thursday, September 21, 2017 at 13:02, Martin Bonnin wrote:
Awesome, thanks !
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub (#87 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/AAaNIc4ztL1Ecf_FiI-pzqqppNRggAUcks5skjRGgaJpZM4Pc7pg).
|
Works fine, thanks! |
I made a small android app to reproduce there: https://github.com/martinbonnin/TestPaper
it fails with:
The text was updated successfully, but these errors were encountered: