From f899dec57cbd263cf1ee7d8db4f8701d522703d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 22:51:40 +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 bbe3193..99234ba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ compileSdk = "36" [libraries] androidx-activity = { module = "androidx.activity:activity", version = "1.13.0" } -androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" } +androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.8.0" } androidx-browser = { module = "androidx.browser:browser", version = "1.10.0" } androidx-test-junit = { module = "androidx.test.ext:junit-ktx", version = "1.3.0" } junit = { module = "junit:junit", version = "4.13.2" }