From c41b48d46cfd79396f3c4361438f581ae65ff951 Mon Sep 17 00:00:00 2001 From: shwetachauhan-simform Date: Fri, 25 Jun 2021 19:24:58 +0530 Subject: [PATCH] =?UTF-8?q?Update=20:=20=F0=9F=94=96=20version=20update=20?= =?UTF-8?q?1.0.11=20=F0=9F=93=9D=20README.md=20update=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Upgrade=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- customedittextoutlinedborder/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fbb8d3e..ac937b0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ allprojects { ``` dependencies { - implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.10' + implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.11' } ``` diff --git a/customedittextoutlinedborder/build.gradle b/customedittextoutlinedborder/build.gradle index 550992c..6ea9b11 100644 --- a/customedittextoutlinedborder/build.gradle +++ b/customedittextoutlinedborder/build.gradle @@ -15,7 +15,7 @@ android { minSdkVersion 21 targetSdkVersion 30 versionCode 1 - versionName "1.0.10" + versionName "1.0.11" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles 'consumer-rules.pro' @@ -39,7 +39,7 @@ def githubProperties = new Properties() githubProperties.load(new FileInputStream(rootProject.file("github.properties"))) def getVersionName = { -> - return "1.0.10" // Replace with version Name + return "1.0.11" // Replace with version Name } def getArtificatId = { ->