From a88e580ddf79f123ca81d6028d1ba669e949422b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 15:17:01 +0000 Subject: [PATCH] fix(deps): update dependency androidx.appcompat:appcompat to v1.6.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..7bf9f07 100644 --- a/buildSrc/src/main/kotlin/deps.kt +++ b/buildSrc/src/main/kotlin/deps.kt @@ -28,7 +28,7 @@ object deps { } object androidx { - const val appCompat = "androidx.appcompat:appcompat:1.5.1" + const val appCompat = "androidx.appcompat:appcompat:1.6.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"