Skip to content

Commit c4a38f3

Browse files
committed
Back to jcenter, change download badge url
1 parent 78fd3cb commit c4a38f3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# kotlinx.coroutines [ ![Download](https://api.bintray.com/packages/kotlin/kotlin-eap-1.1/kotlinx.coroutines/images/download.svg) ](https://bintray.com/kotlin/kotlin-eap-1.1/kotlinx.coroutines/_latestVersion)
1+
# kotlinx.coroutines [ ![Download](https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg) ](https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/_latestVersion)
22

33
Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1 release.
44

@@ -35,7 +35,9 @@ Modules that provide coroutine dispatchers for various single-threaded UI librar
3535

3636
> Note that these libraries are experimental and are subject to change.
3737
38-
The libraries are available via [JCenter](https://bintray.com/bintray/jcenter).
38+
The libraries are published to [kotlinx](https://bintray.com/kotlin/kotlinx/kotlinx.coroutines) bintray repository
39+
and also linked to [JCenter](https://bintray.com/bintray/jcenter?filterByPkgName=kotlinx.coroutines).
40+
3941
These libraries require kotlin compiler version `1.1.x` and
4042
require kotlin runtime of the same version as a dependency.
4143

@@ -45,8 +47,8 @@ Add Bintray JCenter repository to `<repositories>` section:
4547

4648
```xml
4749
<repository>
48-
<id>kotlinx</id>
49-
<url>https://kotlin.bintray.com/kotlinx/</url>
50+
<id>central</id>
51+
<url>http://jcenter.bintray.com</url>
5052
</repository>
5153
```
5254

@@ -74,7 +76,7 @@ Add Bintray JCenter repository:
7476

7577
```groovy
7678
repositories {
77-
`maven { url "https://kotlin.bintray.com/kotlinx/" }`
79+
jcenter()
7880
}
7981
```
8082

0 commit comments

Comments
 (0)