summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-10-10 18:23:51 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-10-10 18:23:51 +0530
commit3df42898aed4029073903b6df18bda7a5a516c06 (patch)
tree9888b03270de8d29deccc1d9220c00f85b97c290
parent1701e4fde4d167d0812f55460c6b4c6e534ea627 (diff)
gradle: upgrade AndroidX dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 7c3c56cc..54ac3736 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
appcompatVersion = '1.3.1'
biometricVersion = '1.1.0'
collectionVersion = '1.1.0'
- constraintLayoutVersion = '2.1.0'
+ constraintLayoutVersion = '2.1.1'
coordinatorLayoutVersion = '1.1.0'
coreKtxVersion = '1.6.0'
coroutinesVersion = '1.5.2'