diff --git a/README.md b/README.md index 9be650a..9ae706a 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ build.gradle: ```groovy repositories { - maven { url 'https://dl.bintray.com/mrileybot/markrileybot/' } + jcenter() } dependencies { - compile 'com.github.markrileybot.heatshrink:heatshrink-java:0.0.1' + compile 'com.github.markrileybot.heatshrink:heatshrink-java:0.0.3' } ```