We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85a34b commit 0bc4516Copy full SHA for 0bc4516
README.md
@@ -8,7 +8,7 @@ A gradle plugin to calculate Android-friendly version names and codes from git t
8
Add the plugin the top of your `app/build.gradle` (or equivalent):
9
```groovy
10
plugins {
11
- id 'com.gladed.androidgitversion' version '0.2.12'
+ id 'com.gladed.androidgitversion' version '0.2.13'
12
}
13
```
14
build.gradle
@@ -31,7 +31,7 @@ task wrapper(type: Wrapper) {
31
gradleVersion = '2.4'
32
33
34
-version = '0.2.12'
+version = '0.2.13'
35
group = 'com.gladed.gradle.androidgitversion'
36
37
pluginBundle {
0 commit comments