From 1ecac36ffdb376de32e4ff698a7f137d22f6c0e6 Mon Sep 17 00:00:00 2001 From: rciurkot Date: Fri, 28 Jul 2017 10:39:45 +0200 Subject: [PATCH] coroutines updated to 0.17 (#25) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6c2feac..6cf2f68 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'ru.gildor.coroutines' -version '0.7.0' +version '0.7.1' repositories { jcenter() @@ -20,7 +20,7 @@ sourceSets { dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib:${plugins.findPlugin("kotlin").properties["kotlinPluginVersion"]}" - compile "org.jetbrains.kotlinx:kotlinx-coroutines-core:0.16" + compile "org.jetbrains.kotlinx:kotlinx-coroutines-core:0.17" compile 'com.squareup.retrofit2:retrofit:2.3.0' testCompile 'junit:junit:4.12' }