mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 17:08:36 +00:00
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:
parent
024d952de8
commit
198daf42d8
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue