com.starter.versioning
Owner: Mateusz Kwieciński
Set of plugins that might be useful for Multi-Module Android projects.
https://github.com/usefulness/project-starter/
Sources: https://github.com/mateuszkwiecinski/project-starter/
Version 0.49.0
0.49.0
Created 05 August 2022.
Set of plugins that might be useful for Multi-Module Android projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.starter.versioning") version "0.49.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.project.starter:versioning:0.49.0") } } apply(plugin = "com.starter.versioning")
- Applying plugins to all subprojects .