File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
51
51
52
52
## Gradle
53
53
``` Groovy
54
- compile 'com.eightbitlab:blurview:1.0.3 '
54
+ compile 'com.eightbitlab:blurview:1.0.4 '
55
55
```
56
56
57
57
License
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
3
3
ext {
4
4
PUBLISH_GROUP_ID = ' com.eightbitlab'
5
5
PUBLISH_ARTIFACT_ID = ' blurview'
6
- PUBLISH_VERSION = ' 1.0.3 '
6
+ PUBLISH_VERSION = ' 1.0.4 '
7
7
}
8
8
9
9
android {
@@ -15,8 +15,8 @@ android {
15
15
renderscriptSupportModeEnabled true
16
16
minSdkVersion 14
17
17
targetSdkVersion 23
18
- versionCode 4
19
- versionName " 1.0.3 "
18
+ versionCode 5
19
+ versionName " 1.0.4 "
20
20
}
21
21
buildTypes {
22
22
release {
You can’t perform that action at this time.
0 commit comments