From a432425cc66b76865518c0211b5997c66f505c06 Mon Sep 17 00:00:00 2001 From: Dan Lew Date: Mon, 17 Jul 2017 09:47:14 -0500 Subject: [PATCH] Upgraded dependencies so we could handle more SVGs Batik 1.9 in particular helps a lot with a particularly problematic SVG, which has now been added to the tests. --- victor/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/victor/build.gradle b/victor/build.gradle index e42c008..16857a2 100644 --- a/victor/build.gradle +++ b/victor/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'nu.studer.plugindev' version '1.0.3' + id 'nu.studer.plugindev' version '1.0.6' // Should come along with plugindev, but plugindev uses an old version id 'com.jfrog.bintray' version '1.6' @@ -42,11 +42,11 @@ repositories { // Batik dependencies dependencies { - compile 'org.apache.xmlgraphics:batik-codec:1.8' - compile 'org.apache.xmlgraphics:batik-anim:1.8' - compile 'org.apache.xmlgraphics:xmlgraphics-commons:2.1' + compile 'org.apache.xmlgraphics:batik-codec:1.9' + compile 'org.apache.xmlgraphics:batik-anim:1.9' + compile 'org.apache.xmlgraphics:xmlgraphics-commons:2.2' compile 'com.romainpiel.svgtoandroid:svgtoandroid:0.1.0' - testCompile 'junit:junit:4.11' + testCompile 'junit:junit:4.12' } // Plugin publishing