Update README.md
This commit is contained in:
parent
bb3a703467
commit
8a5751bc19
|
@ -10,7 +10,7 @@ Fork of [Emberwalker's Forgelin](https://github.com/Emberwalker/Forgelin).
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
maven {
|
maven {
|
||||||
url "http://mvn.rx14.co.uk/shadowfacts/"
|
url "http://maven.shadowfacts.net/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,6 +19,6 @@ dependencies {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
All versions can be seen [here](http://mvn.rx14.co.uk/shadowfacts/net/shadowfacts/Forgelin/).
|
All versions can be seen [here](http://maven.shadowfacts.net/net/shadowfacts/Forgelin/).
|
||||||
|
|
||||||
**Note:** You must have the `jcenter()` call in your `repositories` block. JCenter is used to host the Kotlin coroutines libraries.
|
**Note:** You must have the `jcenter()` call in your `repositories` block. JCenter is used to host the Kotlin coroutines libraries.
|
||||||
|
|
Loading…
Reference in New Issue