From 50b21e95c383e7c64ac64ffd8d774631252b2c4c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 26 May 2022 05:37:16 +0530 Subject: gradle: bump ConstraintLayout and MDC Signed-off-by: Harsh Shandilya --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 17f59fd9..8615fb43 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { appcompatVersion = '1.4.1' biometricVersion = '1.1.0' collectionVersion = '1.2.0' - constraintLayoutVersion = '2.1.3' + constraintLayoutVersion = '2.1.4' coordinatorLayoutVersion = '1.2.0' coreKtxVersion = '1.7.0' coroutinesVersion = '1.6.1' @@ -15,7 +15,7 @@ buildscript { jsr305Version = '3.0.2' junitVersion = '4.13.2' lifecycleRuntimeKtxVersion = '2.4.1' - materialComponentsVersion = '1.5.0' + materialComponentsVersion = '1.6.0' preferenceVersion = '1.2.0' zxingEmbeddedVersion = '4.3.0' -- cgit v1.2.3