We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2be24c5 + 31609bc commit 32bede4Copy full SHA for 32bede4
demo/build.gradle
@@ -31,7 +31,7 @@ android {
31
dependencies {
32
implementation 'androidx.appcompat:appcompat:1.6.1'
33
implementation project(':library')
34
- implementation "androidx.core:core-ktx:1.12.0"
+ implementation "androidx.core:core-ktx:1.13.1"
35
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
36
37
testImplementation 'junit:junit:4.13.2'
library/build.gradle
@@ -6,7 +6,7 @@ plugins {
6
7
8
implementation 'androidx.recyclerview:recyclerview:1.3.2'
9
10
11
}
12
0 commit comments