Skip to content

Commit

Permalink
1.0.1 Release
Browse files Browse the repository at this point in the history
- Fix crash on older SDK versions
  • Loading branch information
Kennyc1012 committed Apr 28, 2015
1 parent def7bef commit 23a909c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repositories {
## Add dependency
```groovy
dependencies {
compile 'com.kennyc:multistateview:1.0'
compile 'com.kennyc:multistateview:1.0.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 8
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionName project.VERSION
}

lintOptions {
Expand All @@ -31,7 +31,7 @@ android {
dryRun = false;
groupId = 'com.kennyc'
artifactId = 'multistateview'
version = '1.0'
version = project.VERSION
website = 'https://github.com/Kennyc1012/MultiStateView'
description = 'Android View that displays different content based on its state'
issueTracker = "${website}/issues"
Expand Down

0 comments on commit 23a909c

Please sign in to comment.