From 89040e072591c63a89e08e77632940557f30477a Mon Sep 17 00:00:00 2001 From: Xcreen Date: Wed, 13 Nov 2024 19:22:23 +0100 Subject: [PATCH] Update constraintlayout 2.1.4 > 2.2.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d9aca8c..8f2282b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.material:material:1.9.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.preference:preference-ktx:1.2.0' testImplementation 'junit:junit:4.13.2'