From 488079e078f970d98ebf187711846db21eba8873 Mon Sep 17 00:00:00 2001 From: Akshay Sharma Date: Sat, 28 Jul 2018 18:28:21 +0530 Subject: [PATCH] gradle version update --- pix/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }