Skip to content

Commit 799e4b7

Browse files
committed
Bump version
1 parent f74c17d commit 799e4b7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ It takes 1-4ms on Nexus 5 and Nexus 4 to draw BlurView with the setup given in e
5757

5858
## Gradle
5959
```Groovy
60-
compile 'com.eightbitlab:blurview:1.3.1'
60+
compile 'com.eightbitlab:blurview:1.3.2'
6161
```
6262

6363
License

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.eightbitlab.blurview_sample"
1111
minSdkVersion 14
1212
targetSdkVersion 25
13-
versionCode 2
14-
versionName "1.0"
13+
versionCode 3
14+
versionName "1.1"
1515
}
1616

1717
buildTypes {

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
PUBLISH_GROUP_ID = 'com.eightbitlab'
55
PUBLISH_ARTIFACT_ID = 'blurview'
6-
PUBLISH_VERSION = '1.3.1'
6+
PUBLISH_VERSION = '1.3.2'
77
}
88

99
android {
@@ -15,8 +15,8 @@ android {
1515
renderscriptSupportModeEnabled true
1616
minSdkVersion 14
1717
targetSdkVersion 25
18-
versionCode 14
19-
versionName "1.3.1"
18+
versionCode 15
19+
versionName "1.3.2"
2020
}
2121
buildTypes {
2222
release {

0 commit comments

Comments
 (0)