Update README.md

This commit is contained in:
erz05 2017-01-21 22:13:43 -08:00 committed by GitHub
parent 2ef51e7e4f
commit 4a85389b9d
1 changed files with 4 additions and 2 deletions

View File

@ -23,11 +23,13 @@ Gradle Import: jcenter <br>
```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'
}
```