diff --git a/README.md b/README.md index 69be69be..cf21126e 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ PokeKotlin is available from Bintray. The latest version number is: ![Bintray](h ```groovy repositories { mavenCentral() - maven { url 'https://dl.bintray.com/sargunv/maven' } + maven { url 'https://jitpack.io' } } dependencies { - implementation 'me.sargunvohra.lib:pokekotlin:' + implementation 'com.github.PokeAPI:pokekotlin:' } ```