gradle: import new libraries

This commit is contained in:
rafal1137 2020-05-08 19:37:10 +02:00
parent ee6cf3b3eb
commit 94f21f33ad

View file

@ -68,5 +68,7 @@ android {
dependencies {
api 'com.github.erz05:JoyStick:1.1.0'
implementation 'com.loopj.android:android-async-http:1.4.10'
implementation 'com.google.guava:guava:29.0-android'
implementation fileTree(include: ['*.jar'], dir: 'libs')
}