From 4f77d46785c145a454df0cb5e7e2de5d72379bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:53:36 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.7.1 to 1.8.0 Bumps androidx.appcompat:appcompat from 1.7.1 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- voiceit3/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2586036..d1b0b6a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.7.1' + implementation 'androidx.appcompat:appcompat:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.2' implementation 'com.google.android.material:material:1.14.0' testImplementation 'junit:junit:4.13.2' diff --git a/voiceit3/build.gradle b/voiceit3/build.gradle index 4e29b0b..9361f0d 100644 --- a/voiceit3/build.gradle +++ b/voiceit3/build.gradle @@ -58,7 +58,7 @@ afterEvaluate { } dependencies { - implementation 'androidx.appcompat:appcompat:1.7.1' + implementation 'androidx.appcompat:appcompat:1.8.0' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' implementation 'com.google.android.material:material:1.14.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.2'