Skip to content

Commit 7794f9c

Browse files
committed
Version up
1 parent ae970d8 commit 7794f9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

5252
## Gradle
5353
```Groovy
54-
compile 'com.eightbitlab:blurview:1.0.3'
54+
compile 'com.eightbitlab:blurview:1.0.4'
5555
```
5656

5757
License

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.0.3'
6+
PUBLISH_VERSION = '1.0.4'
77
}
88

99
android {
@@ -15,8 +15,8 @@ android {
1515
renderscriptSupportModeEnabled true
1616
minSdkVersion 14
1717
targetSdkVersion 23
18-
versionCode 4
19-
versionName "1.0.3"
18+
versionCode 5
19+
versionName "1.0.4"
2020
}
2121
buildTypes {
2222
release {

0 commit comments

Comments
 (0)