diff --git a/app/build.gradle b/app/build.gradle index 7a6391c..8af8b41 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ android { dependencies { implementation project(':touchview') - implementation 'androidx.core:core-ktx:1.12.0' + implementation 'androidx.core:core-ktx:1.13.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation "androidx.viewpager2:viewpager2:1.0.0"