diff --git a/app/build.gradle b/app/build.gradle index ff01fff..8cf7c2b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ android { } dependencies { - implementation 'com.esotericsoftware:kryo:4.0.1' + implementation 'com.esotericsoftware:kryo:4.0.2' implementation "com.android.support:design:$android_support_version" implementation 'com.sothree.slidinguppanel:library:3.3.1' implementation 'com.squareup.okhttp3:okhttp:3.10.0'