From 212e21fcda38ba0931bdc2a579c1e51f8bcd7389 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:48:19 +0000 Subject: [PATCH] Update dependency androidx.core:core-ktx to v1.15.0 | datasource | package | from | to | | ---------- | ---------------------- | ----- | ------ | | maven | androidx.core:core-ktx | 1.9.0 | 1.15.0 | --- buildSrc/src/main/kotlin/deps.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/deps.kt b/buildSrc/src/main/kotlin/deps.kt index 80cc812..8af34f5 100644 --- a/buildSrc/src/main/kotlin/deps.kt +++ b/buildSrc/src/main/kotlin/deps.kt @@ -35,7 +35,7 @@ object appConfig { object deps { object androidx { const val appCompat = "androidx.appcompat:appcompat:1.6.1" - const val coreKtx = "androidx.core:core-ktx:1.9.0" + const val coreKtx = "androidx.core:core-ktx:1.15.0" const val material = "com.google.android.material:material:1.10.0" const val activityCompose = "androidx.activity:activity-compose:1.8.2" const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.1.0"