MVN

com.github.kingamajick.admp : android-drawables-maven-plugin

Maven & Gradle

Oct 22, 2012
4 stars

Android Drawable Maven Plugin · A Maven plugin for generating Android drawable resources from SVG files. PNG files will be generated from the SVG file at the pixel densities specified. The plugin also allows the flattening of directory structures as well as the packaging of bitmap resources alongside the SVGs

<plugin>
    <groupId>com.github.kingamajick.admp</groupId>
    <artifactId>android-drawables-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kingamajick.admp : android-drawables-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.kingamajick.admp : android-drawables-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
android-drawables-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.kingamajick.admp</groupId>
    <artifactId>android-drawables-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>