diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-11-09 17:01:54 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-11-09 17:01:54 +0530 |
commit | 961cba3f7ca8917b5bcfb564c0c1a1882c791143 (patch) | |
tree | 6c5cefccff249acb21bb8c4a8ad29f0f5b042699 | |
parent | 6bc7386bff247c2f04a421d9df80df63ccf78c64 (diff) |
build: upgrade runtime dependencies
Updates ConstraintLayout, kotlinx.coroutines, Jetpack DataStore, JUnit and Lifecycle-Runtime-KTX
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index ccb920db..45c5d1ca 100644 --- a/build.gradle +++ b/build.gradle @@ -6,17 +6,17 @@ buildscript { appcompatVersion = '1.2.0' biometricVersion = '1.1.0-beta01' collectionVersion = '1.1.0' - constraintLayoutVersion = '2.0.2' + constraintLayoutVersion = '2.0.4' coordinatorLayoutVersion = '1.1.0' coreKtxVersion = '1.3.1' - coroutinesVersion = '1.3.9' - datastoreVersion = '1.0.0-alpha01' + coroutinesVersion = '1.4.1' + datastoreVersion = '1.0.0-alpha02' desugarVersion = '1.0.10' fragmentVersion = '1.3.0-beta01' jsr305Version = '3.0.2' - junitVersion = '4.13' + junitVersion = '4.13.1' kotlinVersion = '1.4.10' - lifecycleRuntimeKtxVersion = '2.3.0-alpha07' + lifecycleRuntimeKtxVersion = '2.3.0-beta01' materialComponentsVersion = '1.3.0-alpha03' preferenceVersion = '1.1.1' zxingEmbeddedVersion = '3.6.0' |