diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-01-28 22:06:06 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-01-28 22:08:34 +0530 |
commit | 7002367e4faf4f794abbe329826f8a03bb85732a (patch) | |
tree | e494904d00836b02de33808979c14a66e914840d /build.gradle | |
parent | 5339e4825134d9f049f4f06cc92e17020d71621d (diff) |
gradle: update AndroidX dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle index 78e9d122..d49f6d24 100644 --- a/build.gradle +++ b/build.gradle @@ -2,21 +2,21 @@ buildscript { ext { activityVersion = '1.4.0' annotationsVersion = '1.3.0' - appcompatVersion = '1.4.0' + appcompatVersion = '1.4.1' biometricVersion = '1.1.0' collectionVersion = '1.2.0' - constraintLayoutVersion = '2.1.2' - coordinatorLayoutVersion = '1.1.0' + constraintLayoutVersion = '2.1.3' + coordinatorLayoutVersion = '1.2.0' coreKtxVersion = '1.7.0' coroutinesVersion = '1.6.0' datastoreVersion = '1.0.0' desugarVersion = '1.1.5' - fragmentVersion = '1.4.0' + fragmentVersion = '1.4.1' jsr305Version = '3.0.2' junitVersion = '4.13.2' lifecycleRuntimeKtxVersion = '2.4.0' - materialComponentsVersion = '1.4.0' - preferenceVersion = '1.1.1' + materialComponentsVersion = '1.5.0' + preferenceVersion = '1.2.0' zxingEmbeddedVersion = '4.3.0' groupName = 'com.wireguard.android' |