com.aardouin.gradle.AndroidBuildNumberPlugin
Owner: alexis ardouin
Adds possibility to add build number to a provided version nam in the form of "v1.0(buildNumber)"
http://github.com/aardouin/AndroidBuildNumberPlugin/
Sources: http://github.com/aardouin/AndroidBuildNumberPlugin/
Version 1.1-SNAPSHOT (latest)
1.1-SNAPSHOT
Created 21 January 2016.
Adds possibility to add build number to a provided version nam in the form of "v1.0(buildNumber)"
Add this plugin to your build using the plugins DSL:
plugins {
id("com.aardouin.gradle.AndroidBuildNumberPlugin") version "1.1-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.aardouin.gradle:android-buildnumber-plugin:1.1-SNAPSHOT") } } apply(plugin = "com.aardouin.gradle.AndroidBuildNumberPlugin")
- Applying plugins to all subprojects .