Merge branch 'master' of github_erz05:erz05/JoyStick

This commit is contained in:
edgar 2017-01-21 23:38:22 -08:00
commit 595b8a7587

View file

@ -23,11 +23,13 @@ Gradle Import: jcenter <br>
```groovy ```groovy
repositories { repositories {
jcenter() maven {
url "http://dl.bintray.com/erz05/maven"
}
} }
dependencies { dependencies {
compile 'com.github.erz05:JoyStick:1.0.3@aar' compile 'com.github.erz05:JoyStick:1.0.3'
} }
``` ```