From a0e55aac4a5452677a76df145a5bece1053c5a53 Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Sun, 6 Oct 2024 21:13:43 -0400 Subject: [PATCH] Add a note about agp --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9f63f510..5b549337 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ vgo is a tool for optimizing and converting between vector artwork representatio vgo is built on vgo-core, a library and intermediate representation for vector graphics. -[![Build Status](https://github.com/jzbrooks/vgo/workflows/build/badge.svg)](https://github.com/jzbrooks/vgo/actions?workflow=build) +[![Build Status](https://github.com/jzbrooks/vgo/workflows/build/badge.svg?branch=master)](https://github.com/jzbrooks/vgo/actions?workflow=build) [![Maven Central: vgo](https://img.shields.io/maven-central/v/com.jzbrooks/vgo?label=vgo)](https://ossindex.sonatype.org/component/pkg:maven/com.jzbrooks/vgo) [![Maven Central: vgo-core](https://img.shields.io/maven-central/v/com.jzbrooks/vgo-core?label=vgo-core)](https://ossindex.sonatype.org/component/pkg:maven/com.jzbrooks/vgo-core) [![Maven Central: vgo-plugin](https://img.shields.io/maven-central/v/com.jzbrooks/vgo-plugin?label=vgo-plugin)](https://ossindex.sonatype.org/component/pkg:maven/com.jzbrooks/vgo-plugin) @@ -50,6 +50,11 @@ vgo { } ``` +> [!NOTE] +> You must have the android tools sdk on your build classpath if you are converting SVGs to vector drawables. +> This is typically done by applying the Android Gradle Plugin. + +> [!TIP] > For Android projects a non-zero indent is better for readability and provides no apk size impact after AAPT processing. ## Command Line Interface