gradle: Bump svg-2-android-vector to 0.1.0

Use latest svg-2-android-vector for AGP 8.x.

Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
utzcoz 2023-10-28 20:55:50 +08:00 committed by Rylie Pavlik
parent 024d952de8
commit 198daf42d8

View file

@ -51,7 +51,7 @@ plugins {
id "de.undercouch.download" version "4.1.2"
// So we don't have to check in generated files: we start with SVGs for vector art.
id "com.quittle.svg-2-android-vector" version "0.0.6" apply false
id "com.quittle.svg-2-android-vector" version "0.1.0" apply false
// Spotless for Java and Kotlin's code formatting
id 'com.diffplug.spotless' version "6.22.0"