From 76c4e292a47d87469c5cc5b3023a22b9fb49ee87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:12:03 +0000 Subject: [PATCH] fix(deps): update dependency androidx.constraintlayout:constraintlayout to v2.2.0 --- app/build.gradle | 2 +- lib/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d988dd8..3268974 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'com.google.android.material:material:1.9.0' implementation project(path:':lib') } diff --git a/lib/build.gradle b/lib/build.gradle index ef86c80..8145525 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -33,7 +33,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'com.google.android.material:material:1.9.0' implementation 'com.github.bumptech.glide:glide:4.16.0' implementation 'androidx.recyclerview:recyclerview:1.1.0'