diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-08-23 00:43:14 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-08-23 00:43:14 +0530 |
commit | b451920408b544dc7cacf05a63e6e1444558cb76 (patch) | |
tree | 4e9a4df225db9a81cdc5baf4a86731fda8dd8a07 /build.gradle | |
parent | 1fa15e76e3f86930076a819e50f2ca8358ba2029 (diff) |
build: uprev to Kotlin 1.4
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 52484ea2..8791340b 100644 --- a/build.gradle +++ b/build.gradle @@ -17,12 +17,12 @@ buildscript { constraintLayoutVersion = '1.1.3' coordinatorLayoutVersion = '1.1.0' coreKtxVersion = '1.3.0' - coroutinesVersion = '1.3.7' + coroutinesVersion = '1.3.9' eddsaVersion = '0.3.0' fragmentVersion = '1.2.5' jsr305Version = '3.0.2' junitVersion = '4.13' - kotlinVersion = '1.3.72' + kotlinVersion = '1.4.0' materialComponentsVersion = '1.2.0-alpha06' mavenPluginVersion = '2.1' preferenceVersion = '1.1.1' |