build: bump core-ktx, coroutines and fragments

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-06-25 01:30:00 +05:30
parent 3d088411e2
commit 814ab4937d
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -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'