aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-05-26 05:37:16 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-05-26 06:01:03 +0530
commit50b21e95c383e7c64ac64ffd8d774631252b2c4c (patch)
tree2829c8a76526fd18c556484a8fa63810b4fa22cc /build.gradle
parentgradle: bump AGP and Kotlin (diff)
downloadwireguard-android-50b21e95c383e7c64ac64ffd8d774631252b2c4c.tar.xz
wireguard-android-50b21e95c383e7c64ac64ffd8d774631252b2c4c.zip
gradle: bump ConstraintLayout and MDC
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
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'