diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-09-15 23:30:20 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-09-15 23:46:11 +0200 |
commit | 49ac61304e5a244c674028d279f70f9631351f9c (patch) | |
tree | e196a0fb2cddb9674f6f72e50801a57e05599140 /build.gradle | |
parent | d79cdb0d41f05f53c13a0b247f54c28f42609e2f (diff) |
coroutines: use lifecycleScope where appropriate
There's still a bit of GlobalScope lingering around, which might be
removable.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index adfa53a7..ad6e5a1c 100644 --- a/build.gradle +++ b/build.gradle @@ -10,16 +10,17 @@ buildscript { coordinatorLayoutVersion = '1.1.0' coreKtxVersion = '1.3.1' coroutinesVersion = '1.3.9' + desugarVersion = '1.0.10' eddsaVersion = '0.3.0' fragmentVersion = '1.2.5' jsr305Version = '3.0.2' junitVersion = '4.13' kotlinVersion = '1.4.10' + lifecycleRuntimeKtxVersion = '2.3.0-alpha07' materialComponentsVersion = '22973ff10305397bfc72fed41684175fee8aeefb' mavenPluginVersion = '2.1' preferenceVersion = '1.1.1' zxingEmbeddedVersion = '3.6.0' - desugarVersion = '1.0.10' groupName = 'com.wireguard.android' } |