AndroidGitSemVer

class AndroidGitSemVer @Inject constructor(providerFactory: ProviderFactory, objectFactory: ObjectFactory) : 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.

Constructors

Link copied to clipboard
@Inject
constructor(providerFactory: ProviderFactory, objectFactory: ObjectFactory)

Functions

Link copied to clipboard
open override fun apply(project: Project)