Skip to content

Commit a3701eb

Browse files
committed
Version up
1 parent a75e594 commit a3701eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

99
android {
@@ -15,8 +15,8 @@ android {
1515
renderscriptSupportModeEnabled true
1616
minSdkVersion 14
1717
targetSdkVersion 23
18-
versionCode 2
19-
versionName "1.0.1"
18+
versionCode 3
19+
versionName "1.0.2"
2020
}
2121
buildTypes {
2222
release {

0 commit comments

Comments
 (0)