Skip to content

Commit 93a764d

Browse files
committed
Version 1.0.2!
1 parent 637d896 commit 93a764d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nativestackblur/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 8
1010
targetSdkVersion 23
11-
versionCode 101
12-
versionName "1.0.1"
11+
versionCode 102
12+
versionName "1.0.2"
1313
}
1414
buildTypes {
1515
release {
@@ -28,7 +28,7 @@ publish {
2828
userOrg = 'commit451'
2929
groupId = 'com.commit451'
3030
artifactId = 'NativeStackBlur'
31-
version = '1.0.1'
31+
version = '1.0.2'
3232
description = 'Android StackBlur with gradle support (only for the native method) https://github.com/kikoso/android-stackblur'
3333
website = 'https://github.com/Commit451/NativeStackBlur'
3434
issueTracker = "https://github.com/Commit451/NativeStackBlur/issues"

0 commit comments

Comments
 (0)