diff --git a/library/build.gradle b/library/build.gradle index e23d51c..1683319 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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 { @@ -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 {