From 814ab4937d3b12f0c46f96e80eb8377beaeb8676 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 25 Jun 2020 01:30:00 +0530 Subject: build: bump core-ktx, coroutines and fragments Signed-off-by: Harsh Shandilya --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.gradle') 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' -- cgit v1.2.3-59-g8ed1b