diff --git a/pix/build.gradle b/pix/build.gradle index 0a476ea..d1baa51 100644 --- a/pix/build.gradle +++ b/pix/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' ext { PUBLISH_GROUP_ID = 'com.fxn769' PUBLISH_ARTIFACT_ID = 'pix' - PUBLISH_VERSION = '1.2.3' + PUBLISH_VERSION = '1.2.4' } android { compileSdkVersion 27 @@ -10,7 +10,7 @@ android { minSdkVersion 16 targetSdkVersion 27 versionCode 2 - versionName "1.2.3" + versionName "1.2.4" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }