Skip to content

Commit 3ba7c7c

Browse files
fix(deps): update dependency androidx.core:core-ktx to v1.15.0
1 parent 1beb1fd commit 3ba7c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation fileTree(dir: 'libs', include: ['*.jar'])
5151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5252
implementation 'androidx.appcompat:appcompat:1.6.1'
53-
implementation 'androidx.core:core-ktx:1.12.0'
53+
implementation 'androidx.core:core-ktx:1.15.0'
5454
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5555
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
5656
implementation 'com.google.android.material:material:1.11.0'

0 commit comments

Comments
 (0)