Skip to content

Commit 9be8343

Browse files
authored
Merge pull request #247 from Hepolise/dependabot/gradle/main/androidx.core-core-ktx-1.18.0
Build(deps): Bump androidx.core:core-ktx from 1.17.0 to 1.18.0
2 parents 49502c9 + 63e2663 commit 9be8343

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
@@ -42,7 +42,7 @@ android {
4242

4343
dependencies {
4444
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.3.10"))
45-
implementation("androidx.core:core-ktx:1.17.0")
45+
implementation("androidx.core:core-ktx:1.18.0")
4646

4747
// Compose BOM (Bill of Materials)
4848
implementation(platform("androidx.compose:compose-bom:2026.02.01"))

0 commit comments

Comments
 (0)