From de516feb3ad2549a0a025ef2bcd3edf644f0aece Mon Sep 17 00:00:00 2001 From: Rafal Ciurkot Date: Thu, 27 Jul 2017 15:55:47 +0200 Subject: [PATCH] coroutines updated to 0.17 --- 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' }