mirror of
https://github.com/etlegacy/JoyStick.git
synced 2024-11-22 12:21:54 +00:00
Update README.md
This commit is contained in:
parent
2ef51e7e4f
commit
4a85389b9d
1 changed files with 4 additions and 2 deletions
|
@ -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'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue