Skip to content

Commit 1474f4f

Browse files
Bump androidx.core:core-ktx from 1.12.0 to 1.13.1
Bumps androidx.core:core-ktx from 1.12.0 to 1.13.1. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed69f72 commit 1474f4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737

3838
dependencies {
3939

40-
implementation 'androidx.core:core-ktx:1.12.0'
40+
implementation 'androidx.core:core-ktx:1.13.1'
4141
implementation 'androidx.appcompat:appcompat:1.6.1'
4242
implementation 'com.google.android.material:material:1.11.0'
4343
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040

4141
dependencies {
4242

43-
implementation 'androidx.core:core-ktx:1.12.0'
43+
implementation 'androidx.core:core-ktx:1.13.1'
4444
implementation 'androidx.appcompat:appcompat:1.6.1'
4545
implementation 'com.google.android.material:material:1.11.0'
4646
implementation 'com.airbnb.android:lottie:6.2.0'

0 commit comments

Comments
 (0)