Update Android SVG drawable plugin to 3.0.2.

This commit is contained in:
Andreas Schildbach 2019-04-01 18:53:36 +02:00
parent 4fd5aa057e
commit 6b5fedf0d9

View file

@ -5,7 +5,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath('fr.avianey.androidsvgdrawable:gradle-plugin:3.0.0') {
classpath('fr.avianey.androidsvgdrawable:gradle-plugin:3.0.2') {
exclude group: 'xerces'
}
}