diff --git a/codekit/build.gradle b/codekit/build.gradle index 108084b..86b473c 100644 --- a/codekit/build.gradle +++ b/codekit/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation "com.google.android.material:material:1.3.0" implementation "androidx.appcompat:appcompat:1.3.0" implementation "androidx.fragment:fragment-ktx:1.3.4" - implementation "androidx.recyclerview:recyclerview:1.2.0" + implementation "androidx.recyclerview:recyclerview:1.4.0" implementation "androidx.core:core-ktx:1.5.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"