App Version Manager

Gradle plugin that assigns an Android app version code and name by git tags.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.mitchwongho.gradle
ArtifactId

ArtifactId

appversion-plugin
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

App Version Manager
Gradle plugin that assigns an Android app version code and name by git tags.
Project URL

Project URL

https://github.com/mitchwongho/appversion-plugin
Source Code Management

Source Code Management

https://github.com/mitchwongho/appversion-plugin

Download appversion-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mitchwongho.gradle/appversion-plugin/ -->
<dependency>
    <groupId>com.github.mitchwongho.gradle</groupId>
    <artifactId>appversion-plugin</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mitchwongho.gradle/appversion-plugin/
implementation 'com.github.mitchwongho.gradle:appversion-plugin:0.1.0'
// https://jarcasting.com/artifacts/com.github.mitchwongho.gradle/appversion-plugin/
implementation ("com.github.mitchwongho.gradle:appversion-plugin:0.1.0")
'com.github.mitchwongho.gradle:appversion-plugin:jar:0.1.0'
<dependency org="com.github.mitchwongho.gradle" name="appversion-plugin" rev="0.1.0">
  <artifact name="appversion-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mitchwongho.gradle', module='appversion-plugin', version='0.1.0')
)
libraryDependencies += "com.github.mitchwongho.gradle" % "appversion-plugin" % "0.1.0"
[com.github.mitchwongho.gradle/appversion-plugin "0.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.android.tools.build : gradle jar 1.5.0
org.slf4j : slf4j-api jar 1.7.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0