File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
57
57
58
58
## Gradle
59
59
``` Groovy
60
- compile 'com.eightbitlab:blurview:1.3.1 '
60
+ compile 'com.eightbitlab:blurview:1.3.2 '
61
61
```
62
62
63
63
License
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " com.eightbitlab.blurview_sample"
11
11
minSdkVersion 14
12
12
targetSdkVersion 25
13
- versionCode 2
14
- versionName " 1.0 "
13
+ versionCode 3
14
+ versionName " 1.1 "
15
15
}
16
16
17
17
buildTypes {
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.3.1 '
6
+ PUBLISH_VERSION = ' 1.3.2 '
7
7
}
8
8
9
9
android {
@@ -15,8 +15,8 @@ android {
15
15
renderscriptSupportModeEnabled true
16
16
minSdkVersion 14
17
17
targetSdkVersion 25
18
- versionCode 14
19
- versionName " 1.3.1 "
18
+ versionCode 15
19
+ versionName " 1.3.2 "
20
20
}
21
21
buildTypes {
22
22
release {
You can’t perform that action at this time.
0 commit comments