io.github.underwindfall.zeplin.gradle
Owner: Qifan Yang
A plugin used to download assets from zeplin and convert it to useful assets (vector-drawables) for android
https://github.com/underwindfall/zeplin-asset-download-gradle
Sources: https://github.com/underwindfall/zeplin-asset-download-gradle.git
Version 0.0.1 (latest)
0.0.1
Created 04 May 2022.
A plugin used to download assets from zeplin and convert it to useful assets (vector-drawables) for android
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.underwindfall.zeplin.gradle") version "0.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.underwindfall:plugin:0.0.1") } } apply(plugin = "io.github.underwindfall.zeplin.gradle")
- Applying plugins to all subprojects .