diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 { |
