Skip to content

Commit

Permalink
Version 1.0.2!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo committed Oct 29, 2015
1 parent 637d896 commit 93a764d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nativestackblur/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 101
versionName "1.0.1"
versionCode 102
versionName "1.0.2"
}
buildTypes {
release {
Expand All @@ -28,7 +28,7 @@ publish {
userOrg = 'commit451'
groupId = 'com.commit451'
artifactId = 'NativeStackBlur'
version = '1.0.1'
version = '1.0.2'
description = 'Android StackBlur with gradle support (only for the native method) https://github.com/kikoso/android-stackblur'
website = 'https://github.com/Commit451/NativeStackBlur'
issueTracker = "https://github.com/Commit451/NativeStackBlur/issues"
Expand Down

0 comments on commit 93a764d

Please sign in to comment.