diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-05-26 05:37:16 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-05-26 06:01:03 +0530 |
commit | 50b21e95c383e7c64ac64ffd8d774631252b2c4c (patch) | |
tree | 2829c8a76526fd18c556484a8fa63810b4fa22cc /build.gradle | |
parent | 059bf881418c18c9af6031cf0000a794f2b9eb58 (diff) |
gradle: bump ConstraintLayout and MDC
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files 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' |