diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-06-15 12:47:16 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-06-15 12:51:37 +0530 |
commit | 960bc99f5ef2806cbfe38f99f750f8f4510d623b (patch) | |
tree | 8af11ceba7785fba1918f192d0c19994ef7a326d /build.gradle | |
parent | 8d33b648cc3070a7ac0671d6b6edc68bd6ab48a3 (diff) |
gradle: update AndroidX and Kotlin
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 8615fb43..e1912e4d 100644 --- a/build.gradle +++ b/build.gradle @@ -2,20 +2,20 @@ buildscript { ext { activityVersion = '1.4.0' annotationsVersion = '1.3.0' - appcompatVersion = '1.4.1' + appcompatVersion = '1.4.2' biometricVersion = '1.1.0' collectionVersion = '1.2.0' constraintLayoutVersion = '2.1.4' coordinatorLayoutVersion = '1.2.0' - coreKtxVersion = '1.7.0' - coroutinesVersion = '1.6.1' + coreKtxVersion = '1.8.0' + coroutinesVersion = '1.6.2' datastoreVersion = '1.0.0' desugarVersion = '1.1.5' fragmentVersion = '1.4.1' jsr305Version = '3.0.2' junitVersion = '4.13.2' lifecycleRuntimeKtxVersion = '2.4.1' - materialComponentsVersion = '1.6.0' + materialComponentsVersion = '1.6.1' preferenceVersion = '1.2.0' zxingEmbeddedVersion = '4.3.0' |