From 676edfc67a9c31386a64673e3aeebf35a7901e17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 20:43:18 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.7.2 --- 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..17f81a2 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.7.2" object navigation { const val version = "2.5.2"