summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index ba665d69..d7d46fcc 100644
--- a/README.md
+++ b/README.md
@@ -25,11 +25,7 @@ Add the following to your build.gradle file:
```groovy
repositories {
- mavenCentral()
-
- maven {
- url "https://dl.bintray.com/journeyapps/maven"
- }
+ jcenter()
}
dependencies {