From 252700a15831813f171031708298ab1741aa14dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:08:07 +0000 Subject: [PATCH] Update dependency androidx.appcompat:appcompat to v1.8.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2e593b2449..a37a7a91c7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ protobufGradlePlugin = "0.10.0" android = { module = "com.google.android:android", version.ref = "android" } androidMaterial = {module = "com.google.android.material:material", version = "1.14.0" } androidx-annotations = { module = "androidx.annotation:annotation", version = "1.10.0" } -androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" } +androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.8.0" } androidx-compose = { module = "androidx.activity:activity-compose", version = "1.13.0" } androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.2" } androidx-ktx = { module = "androidx.core:core-ktx", version = "1.19.0" }