mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
gradle: added svg library support
This commit is contained in:
parent
8b03601fa5
commit
b4a6f8d87a
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue