diff --git a/README.md b/README.md index 4d1f46f..90f936b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ allprojects { ``` dependencies { - implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.5' + implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.6' } ``` diff --git a/customedittextoutlinedborder/build.gradle b/customedittextoutlinedborder/build.gradle index 6d66450..368cfb7 100644 --- a/customedittextoutlinedborder/build.gradle +++ b/customedittextoutlinedborder/build.gradle @@ -15,7 +15,7 @@ android { minSdkVersion 21 targetSdkVersion 29 versionCode 1 - versionName "1.0.5" + versionName "1.0.6" 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.5" // Replace with version Name + return "1.0.6" // Replace with version Name } def getArtificatId = { ->