We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def7bef commit 23a909cCopy full SHA for 23a909c
2 files changed
README.md
@@ -73,7 +73,7 @@ repositories {
73
## Add dependency
74
```groovy
75
dependencies {
76
- compile 'com.kennyc:multistateview:1.0'
+ compile 'com.kennyc:multistateview:1.0.1'
77
}
78
```
79
library/build.gradle
@@ -9,7 +9,7 @@ android {
9
minSdkVersion 8
10
targetSdkVersion 22
11
versionCode 1
12
- versionName "1.0"
+ versionName project.VERSION
13
14
15
lintOptions {
@@ -31,7 +31,7 @@ android {
31
dryRun = false;
32
groupId = 'com.kennyc'
33
artifactId = 'multistateview'
34
- version = '1.0'
+ version = project.VERSION
35
website = 'https://github.com/Kennyc1012/MultiStateView'
36
description = 'Android View that displays different content based on its state'
37
issueTracker = "${website}/issues"
0 commit comments