The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

utzcoz and committed by
Rylie Pavlik
198daf42 024d952d

+1 -1
+1 -1
build.gradle
··· 51 51 id "de.undercouch.download" version "4.1.2" 52 52 53 53 // So we don't have to check in generated files: we start with SVGs for vector art. 54 - id "com.quittle.svg-2-android-vector" version "0.0.6" apply false 54 + id "com.quittle.svg-2-android-vector" version "0.1.0" apply false 55 55 56 56 // Spotless for Java and Kotlin's code formatting 57 57 id 'com.diffplug.spotless' version "6.22.0"