Merge branch 'master' of github_erz05:erz05/JoyStick

This commit is contained in:
edgar 2017-01-21 23:38:22 -08:00
commit 595b8a7587
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'
}
```