Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimezis committed Jul 11, 2016
1 parent cf3af7a commit dccfec5
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.1.1'
compile 'com.eightbitlab:blurview:1.1.2'
```

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.1.1'
PUBLISH_VERSION = '1.1.2'
}

android {
Expand All @@ -15,8 +15,8 @@ android {
renderscriptSupportModeEnabled true
minSdkVersion 14
targetSdkVersion 23
versionCode 12
versionName "1.1.1"
versionCode 13
versionName "1.1.2"
}
buildTypes {
release {
Expand Down

0 comments on commit dccfec5

Please sign in to comment.