From a33fda7f66cb827bc394fd2624ba42d81fa094fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 09:54:41 +0000 Subject: [PATCH] Bump androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2 Bumps androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2. --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 482855e..2586036 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,7 +25,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'androidx.constraintlayout:constraintlayout:2.2.1' + implementation 'androidx.constraintlayout:constraintlayout:2.2.2' implementation 'com.google.android.material:material:1.14.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:core:1.7.0' diff --git a/voiceit3/build.gradle b/voiceit3/build.gradle index b90ae99..4e29b0b 100644 --- a/voiceit3/build.gradle +++ b/voiceit3/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' implementation 'com.google.android.material:material:1.14.0' - implementation 'androidx.constraintlayout:constraintlayout:2.2.1' + implementation 'androidx.constraintlayout:constraintlayout:2.2.2' implementation 'commons-io:commons-io:2.22.0' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.32'