diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-10-28 00:57:31 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-10-28 03:19:55 +0530 |
commit | 836c367499180832db533b5179a56bd8480b1385 (patch) | |
tree | 500d8ba70355cd7fb029753d8082b22e3788337e /build.gradle | |
parent | 15cb99a41f07673d643824543e6a1a7f47149fa5 (diff) |
gradle: upgrade AndroidX dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 336c4631..a6c091e1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,20 +1,20 @@ buildscript { ext { - activityVersion = '1.3.1' + activityVersion = '1.4.0' annotationsVersion = '1.2.0' appcompatVersion = '1.3.1' biometricVersion = '1.1.0' collectionVersion = '1.1.0' constraintLayoutVersion = '2.1.1' coordinatorLayoutVersion = '1.1.0' - coreKtxVersion = '1.6.0' + coreKtxVersion = '1.7.0' coroutinesVersion = '1.5.2' datastoreVersion = '1.0.0' desugarVersion = '1.1.5' fragmentVersion = '1.3.6' jsr305Version = '3.0.2' junitVersion = '4.13.2' - lifecycleRuntimeKtxVersion = '2.3.1' + lifecycleRuntimeKtxVersion = '2.4.0' materialComponentsVersion = '1.4.0' preferenceVersion = '1.1.1' zxingEmbeddedVersion = '4.3.0' |