diff --git a/settings.gradle b/settings.gradle index 71202a5460..af2ee5a334 100644 --- a/settings.gradle +++ b/settings.gradle @@ -141,7 +141,7 @@ dependencyResolutionManagement { library('robolectric', 'org.robolectric:robolectric:4.11.1') library('rx-android', 'io.reactivex:rxandroid:1.2.1') library('rx-java', 'io.reactivex:rxjava:1.3.8') - library('svg', 'com.caverock:androidsvg:1.2.1') + library('svg', 'com.caverock:androidsvg:1.4') library('truth', 'com.google.truth:truth:1.1.5') library('violations', 'se.bjurr.violations:violations-gradle-plugin:1.8') library('volley', 'com.android.volley:volley:1.2.1')