mirror of
https://github.com/etlegacy/JoyStick.git
synced 2024-11-10 06:42:15 +00:00
Merge branch 'master' of github_erz05:erz05/JoyStick
This commit is contained in:
commit
595b8a7587
1 changed files with 4 additions and 2 deletions
|
@ -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'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue