Skip to content

Commit 006477e

Browse files
chore(deps): bump androidx.core:core-ktx from 1.13.1 to 1.15.0
Bumps androidx.core:core-ktx from 1.13.1 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7778083 commit 006477e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ android {
8383
dependencies {
8484
val androidxTestKotlin = "1.7.5"
8585
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
86-
implementation("androidx.core:core-ktx:1.13.1")
86+
implementation("androidx.core:core-ktx:1.15.0")
8787
implementation("androidx.appcompat:appcompat:1.7.0")
8888
implementation("androidx.recyclerview:recyclerview:1.3.2")
8989

0 commit comments

Comments
 (0)