gradle: added Joystick Controller API from https://github.com/erz05/JoyStick

This commit is contained in:
rafal1137 2019-08-04 16:16:40 +02:00
parent 7f6d4c2ec8
commit b425b77656

View file

@ -76,5 +76,6 @@ android {
}
dependencies {
api 'com.github.erz05:JoyStick:1.1.0'
implementation fileTree(include: ['*.jar'], dir: 'libs')
}