Skip to content

Commit 0a9f061

Browse files
Build(deps): Bump androidx.core:core-ktx from 1.16.0 to 1.17.0
Bumps androidx.core:core-ktx from 1.16.0 to 1.17.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef590d5 commit 0a9f061

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
@@ -36,7 +36,7 @@ android {
3636

3737
dependencies {
3838
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.10"))
39-
implementation("androidx.core:core-ktx:1.16.0")
39+
implementation("androidx.core:core-ktx:1.17.0")
4040

4141
// Compose BOM (Bill of Materials)
4242
implementation(platform("androidx.compose:compose-bom:2025.08.00"))

0 commit comments

Comments
 (0)