diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-06-25 01:30:00 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-06-25 01:30:00 +0530 |
commit | 814ab4937d3b12f0c46f96e80eb8377beaeb8676 (patch) | |
tree | c0bb76ef7ac08a51fafa1fbdd902eb9987cf4c60 /build.gradle | |
parent | 3d088411e2641c2fbc8cc4a5d409eccdd3ffbbb2 (diff) |
build: bump core-ktx, coroutines and fragments
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 e1b5b1a1..b32d469d 100644 --- a/build.gradle +++ b/build.gradle @@ -16,10 +16,10 @@ buildscript { collectionVersion = '1.1.0' constraintLayoutVersion = '1.1.3' coordinatorLayoutVersion = '1.1.0' - coreKtxVersion = '1.2.0' - coroutinesVersion = '1.3.5' + coreKtxVersion = '1.3.0' + coroutinesVersion = '1.3.7' eddsaVersion = '0.3.0' - fragmentVersion = '1.2.4' + fragmentVersion = '1.2.5' jsr305Version = '3.0.2' junitVersion = '4.13' kotlinVersion = '1.3.72' |