gradle: added svg library support

This commit is contained in:
rafal1137 2020-06-22 21:43:44 +02:00
parent 8b03601fa5
commit b4a6f8d87a

View file

@ -71,6 +71,7 @@ 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 'com.github.bigfishcat.android:svg-android:2.0.8'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.jayway.android.robotium:robotium-solo:5.6.0'