Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimezis committed Feb 20, 2017
1 parent f74c17d commit 799e4b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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.3.1'
compile 'com.eightbitlab:blurview:1.3.2'
```

License
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.eightbitlab.blurview_sample"
minSdkVersion 14
targetSdkVersion 25
versionCode 2
versionName "1.0"
versionCode 3
versionName "1.1"
}

buildTypes {
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.3.1'
PUBLISH_VERSION = '1.3.2'
}

android {
Expand All @@ -15,8 +15,8 @@ android {
renderscriptSupportModeEnabled true
minSdkVersion 14
targetSdkVersion 25
versionCode 14
versionName "1.3.1"
versionCode 15
versionName "1.3.2"
}
buildTypes {
release {
Expand Down

0 comments on commit 799e4b7

Please sign in to comment.