Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimezis committed Jun 12, 2016
1 parent a75e594 commit a3701eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.eightbitlab'
PUBLISH_ARTIFACT_ID = 'blurview'
PUBLISH_VERSION = '1.0.1'
PUBLISH_VERSION = '1.0.2'
}

android {
Expand All @@ -15,8 +15,8 @@ android {
renderscriptSupportModeEnabled true
minSdkVersion 14
targetSdkVersion 23
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
}
buildTypes {
release {
Expand Down

0 comments on commit a3701eb

Please sign in to comment.