Class AndroidGitSemVer
-
- All Implemented Interfaces:
-
org.gradle.api.Plugin
public final class AndroidGitSemVer implements Plugin<Project>A Plugin for computing the project version based on the status of the local git repository for android.
Compute both the version name and the version code.
-
-
Constructor Summary
Constructors Constructor Description AndroidGitSemVer()
-