From 6cc7da1a76ec5669555179617e6aaf6bf3c04650 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:36:07 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.10.1 --- 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 ee6b385..1cfa3a5 100644 --- a/buildSrc/src/main/kotlin/deps.kt +++ b/buildSrc/src/main/kotlin/deps.kt @@ -31,7 +31,7 @@ object deps { const val appCompat = "androidx.appcompat:appcompat:1.5.1" const val coreKtx = "androidx.core:core-ktx:1.9.0" const val material = "com.google.android.material:material:1.4.0" - const val activityCompose = "androidx.activity:activity-compose:1.6.1" + const val activityCompose = "androidx.activity:activity-compose:1.10.1" object navigation { const val version = "2.5.2"