Skip to content

Commit

Permalink
coroutines updated to 0.17 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
rciurkot authored and gildor committed Jul 28, 2017
1 parent 9fcea9f commit 1ecac36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'ru.gildor.coroutines'
version '0.7.0'
version '0.7.1'

repositories {
jcenter()
Expand All @@ -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'
}
Expand Down

0 comments on commit 1ecac36

Please sign in to comment.