We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637d896 commit 93a764dCopy full SHA for 93a764d
1 file changed
nativestackblur/build.gradle
@@ -8,8 +8,8 @@ android {
8
defaultConfig {
9
minSdkVersion 8
10
targetSdkVersion 23
11
- versionCode 101
12
- versionName "1.0.1"
+ versionCode 102
+ versionName "1.0.2"
13
}
14
buildTypes {
15
release {
@@ -28,7 +28,7 @@ publish {
28
userOrg = 'commit451'
29
groupId = 'com.commit451'
30
artifactId = 'NativeStackBlur'
31
- version = '1.0.1'
+ version = '1.0.2'
32
description = 'Android StackBlur with gradle support (only for the native method) https://github.com/kikoso/android-stackblur'
33
website = 'https://github.com/Commit451/NativeStackBlur'
34
issueTracker = "https://github.com/Commit451/NativeStackBlur/issues"
0 commit comments