Skip to content

Commit 78fd3cb

Browse files
authored
Fix repository urls
need to be reverted once bintray will fix jcenter sync issue
1 parent 9ef792f commit 78fd3cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Add Bintray JCenter repository to `<repositories>` section:
4545

4646
```xml
4747
<repository>
48-
<id>central</id>
49-
<url>http://jcenter.bintray.com</url>
48+
<id>kotlinx</id>
49+
<url>https://kotlin.bintray.com/kotlinx/</url>
5050
</repository>
5151
```
5252

@@ -74,7 +74,7 @@ Add Bintray JCenter repository:
7474

7575
```groovy
7676
repositories {
77-
jcenter()
77+
`maven { url "https://kotlin.bintray.com/kotlinx/" }`
7878
}
7979
```
8080

0 commit comments

Comments
 (0)