From cf2a1bf8ea57fd9e51fc147304b0d9fcb63e1256 Mon Sep 17 00:00:00 2001 From: huangjian Date: Tue, 6 Sep 2022 15:14:59 +0800 Subject: [PATCH] =?UTF-8?q?ConstraintLayout=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index b39db4952..09a349135 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -55,7 +55,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - api 'androidx.constraintlayout:constraintlayout:2.0.4' + api 'androidx.constraintlayout:constraintlayout:2.1.3' api 'androidx.appcompat:appcompat:1.2.0' api 'androidx.recyclerview:recyclerview:1.1.0' api 'androidx.cardview:cardview:1.0.0'