Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Upgrade coroutines to RC2 (#18)
Browse files Browse the repository at this point in the history
Upgrade coroutines to RC2 + fix iOS sim tests
  • Loading branch information
benasher44 authored Aug 13, 2019
1 parent e296d98 commit be70521
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinNativeLink
import org.jetbrains.kotlin.konan.target.HostManager

val coroutinesVersion by extra("1.3.0-M2")
val coroutinesVersion by extra("1.3.0-RC2")
val dokkaVersion by extra("0.9.18")
val kotlinVersion by extra("1.3.41")
val statelyVersion by extra("0.7.3")
Expand Down Expand Up @@ -123,6 +123,7 @@ if (HostManager.hostIsMac) {
listOf(
"simctl",
"spawn",
"-s",
"iPad Air 2",
linkDebugTestIosX64.outputFile.get()
)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.2.1
VERSION=0.2.2
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip

0 comments on commit be70521

Please sign in to comment.