Skip to content

Commit b07717f

Browse files
committed
Update plugin description because it's already obvious it's a gradle plugin
1 parent 43403e9 commit b07717f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ group = 'com.gladed.gradle.androidgitversion'
3434
pluginBundle {
3535
website = 'https://github.com/gladed/gradle-android-git-version'
3636
vcsUrl = 'https://github.com/gladed/gradle-android-git-version'
37-
description = 'A gradle plugin to calculate Android-friendly version names and codes from git tags'
37+
description = 'Automatically extract Android-friendly version names and codes from git tags'
3838
tags = [ 'android', 'git', 'version' ]
3939
plugins {
4040
androidGitVersion {

0 commit comments

Comments
 (0)