From ead78cc7e61db15cd15842ca4679814406ec26f7 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sat, 28 May 2022 22:36:16 -0700 Subject: [PATCH] android: update constraintlayout to 2.1.4 --- Source/Android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 8f61a3feec..b19c3cec62 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -96,7 +96,7 @@ dependencies { implementation 'androidx.exifinterface:exifinterface:1.3.3' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.lifecycle:lifecycle-viewmodel:2.4.1' implementation 'androidx.fragment:fragment:1.4.1' implementation 'androidx.slidingpanelayout:slidingpanelayout:1.2.0'