aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Tolstopyatov <qwwdfsad@gmail.com>2019-07-19 16:38:20 +0300
committerVsevolod Tolstopyatov <qwwdfsad@gmail.com>2019-07-19 16:38:20 +0300
commit3d2bf797ace5a6b0b868bfaab8fe282a196dab4c (patch)
tree25319e4da205889a81968d66355314d7693ab904
parent023ea30e590ad1d160d96face79b47580d48b718 (diff)
downloadkotlinx.coroutines-3d2bf797ace5a6b0b868bfaab8fe282a196dab4c.tar.gz
Update Kotlin version to 1.3.41
Fixes #1303
-rw-r--r--README.md8
-rw-r--r--gradle.properties2
-rw-r--r--ui/kotlinx-coroutines-android/animation-app/gradle.properties2
-rw-r--r--ui/kotlinx-coroutines-android/example-app/gradle.properties2
4 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index f3c55586..fea5c991 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[![Download](https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg?version=1.3.0-M2) ](https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.3.0-M2)
Library support for Kotlin coroutines with [multiplatform](#multiplatform) support.
-This is a companion version for Kotlin `1.3.40` release.
+This is a companion version for Kotlin `1.3.41` release.
```kotlin
suspend fun main() = coroutineScope {
@@ -89,7 +89,7 @@ And make sure that you use the latest Kotlin version:
```xml
<properties>
- <kotlin.version>1.3.40</kotlin.version>
+ <kotlin.version>1.3.41</kotlin.version>
</properties>
```
@@ -107,7 +107,7 @@ And make sure that you use the latest Kotlin version:
```groovy
buildscript {
- ext.kotlin_version = '1.3.40'
+ ext.kotlin_version = '1.3.41'
}
```
@@ -133,7 +133,7 @@ And make sure that you use the latest Kotlin version:
```groovy
plugins {
- kotlin("jvm") version "1.3.40"
+ kotlin("jvm") version "1.3.41"
}
```
diff --git a/gradle.properties b/gradle.properties
index 1ff64940..a7d30714 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,7 +1,7 @@
# Kotlin
version=1.3.0-M2-SNAPSHOT
group=org.jetbrains.kotlinx
-kotlin_version=1.3.40
+kotlin_version=1.3.41
# Dependencies
junit_version=4.12
diff --git a/ui/kotlinx-coroutines-android/animation-app/gradle.properties b/ui/kotlinx-coroutines-android/animation-app/gradle.properties
index ed89e479..8592c10f 100644
--- a/ui/kotlinx-coroutines-android/animation-app/gradle.properties
+++ b/ui/kotlinx-coroutines-android/animation-app/gradle.properties
@@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
kotlin.coroutines=enable
-kotlin_version=1.3.40
+kotlin_version=1.3.41
coroutines_version=1.3.0-M2
diff --git a/ui/kotlinx-coroutines-android/example-app/gradle.properties b/ui/kotlinx-coroutines-android/example-app/gradle.properties
index ed89e479..8592c10f 100644
--- a/ui/kotlinx-coroutines-android/example-app/gradle.properties
+++ b/ui/kotlinx-coroutines-android/example-app/gradle.properties
@@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
kotlin.coroutines=enable
-kotlin_version=1.3.40
+kotlin_version=1.3.41
coroutines_version=1.3.0-M2