com.xmartlabs.snapshot-publisher
Owner: Matias Irland
Android Snapshot Publisher is a Gradle plugin to prepare and distribute Android Snapshot versions to multiple distribution sources in a common way.
https://github.com/xmartlabs/android-snapshot-publisher
Sources: https://github.com/xmartlabs/android-snapshot-publisher.git
Version 1.0.3
1.0.3
Created 20 May 2019.
Android Snapshot Publisher is a Gradle plugin to prepare and distribute Android Snapshot versions to multiple distribution sources in a common way.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.xmartlabs.snapshot-publisher") version "1.0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.xmartlabs:snapshot-publisher:1.0.3") } } apply(plugin = "com.xmartlabs.snapshot-publisher")
- Applying plugins to all subprojects .