From e1712f9c1dcfc135bfc2fb82e96edfb8ff577f42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 00:40:15 +0000 Subject: [PATCH] fix(deps): update dependency androidx.appcompat:appcompat to v1.7.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..5189aea 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.7.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"