From 775c3d013fb1016f418f8362c0425b3460b0d23c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:09:23 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.10.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 ee6b385..cc86c2f 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.0" object navigation { const val version = "2.5.2"