Skip to content

Commit e7ddae6

Browse files
PAINTROID-760 Crash: Buffer underflow
1 parent 6b433fd commit e7ddae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Paintroid/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ dependencies {
125125
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.8'
126126
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8'
127127
implementation 'androidx.exifinterface:exifinterface:1.3.2'
128-
implementation 'com.esotericsoftware:kryo:5.5.0'
128+
implementation 'com.esotericsoftware:kryo:5.6.2'
129129
implementation 'id.zelory:compressor:2.1.1'
130130
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
131131

0 commit comments

Comments
 (0)