We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1beb1fd commit 3ba7c7cCopy full SHA for 3ba7c7c
base/build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
implementation fileTree(dir: 'libs', include: ['*.jar'])
51
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
52
implementation 'androidx.appcompat:appcompat:1.6.1'
53
- implementation 'androidx.core:core-ktx:1.12.0'
+ implementation 'androidx.core:core-ktx:1.15.0'
54
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
55
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
56
implementation 'com.google.android.material:material:1.11.0'
0 commit comments