From 92d658d88fc0c0fd5a71c3cfd796d4770e8acbed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:10:18 +0000 Subject: [PATCH] chore(deps): update androidx.constraintlayout:constraintlayout to v2.2.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cd6ae3ddb..9b77670f5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -154,7 +154,7 @@ dependencies { implementation 'androidx.core:core-location-altitude:1.0.0-alpha03' implementation 'androidx.fragment:fragment-ktx:1.8.5' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.viewpager2:viewpager2:1.1.0' implementation 'androidx.datastore:datastore:1.1.1'