From e20991db3df58c2bd42712e274f410d9cd939fcc Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Thu, 26 May 2022 04:37:12 +0800 Subject: [PATCH] Update Dependencies --- demo-app/build.gradle | 2 +- demo-module/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo-app/build.gradle b/demo-app/build.gradle index 6ec8bfb8..3b1219d9 100644 --- a/demo-app/build.gradle +++ b/demo-app/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.6.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' diff --git a/demo-module/build.gradle b/demo-module/build.gradle index 7f125a85..78e7a777 100644 --- a/demo-module/build.gradle +++ b/demo-module/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.6.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'