From e3c9fbdd8b7207d1316062f3425dc6c029e213cb Mon Sep 17 00:00:00 2001 From: sh123 Date: Thu, 17 Oct 2024 10:59:05 +0300 Subject: [PATCH] Update androidx.constraintlayout:constraintlayout --- codec2talkie/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec2talkie/build.gradle b/codec2talkie/build.gradle index 3bdb9e59..75820ab9 100644 --- a/codec2talkie/build.gradle +++ b/codec2talkie/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'com.google.android.material:material:1.6.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.github.mik3y:usb-serial-for-android:3.4.3' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.2.1'