From edebce908fae886d5bf6e157a6bfc129f6a88df2 Mon Sep 17 00:00:00 2001 From: Guillaume Husta Date: Sun, 16 Jan 2022 20:58:52 +0100 Subject: [PATCH] FIX #262 : Update ConstraintLayout to 2.1.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9912e8d..5f5369e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,7 +74,7 @@ if (keystorePropertiesFile.exists()) { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'androidx.constraintlayout:constraintlayout:2.1.2' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.browser:browser:1.4.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'