Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimezis committed Jun 13, 2016
1 parent ae970d8 commit 7794f9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ It takes 1-4ms on Nexus 5 and Nexus 4 to draw BlurView with the setup given in e

## Gradle
```Groovy
compile 'com.eightbitlab:blurview:1.0.3'
compile 'com.eightbitlab:blurview:1.0.4'
```

License
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.eightbitlab'
PUBLISH_ARTIFACT_ID = 'blurview'
PUBLISH_VERSION = '1.0.3'
PUBLISH_VERSION = '1.0.4'
}

android {
Expand All @@ -15,8 +15,8 @@ android {
renderscriptSupportModeEnabled true
minSdkVersion 14
targetSdkVersion 23
versionCode 4
versionName "1.0.3"
versionCode 5
versionName "1.0.4"
}
buildTypes {
release {
Expand Down

0 comments on commit 7794f9c

Please sign in to comment.