diff --git a/README.md b/README.md index 27b9e37..ca48755 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,13 @@ Gradle Import: jcenter
```groovy repositories { - jcenter() + maven { + url "http://dl.bintray.com/erz05/maven" + } } dependencies { - compile 'com.github.erz05:JoyStick:1.0.3@aar' + compile 'com.github.erz05:JoyStick:1.0.3' } ```