From bfce96b4cb9a6bd41b59234eafeee05a7251041b Mon Sep 17 00:00:00 2001 From: shweta chauhan Date: Mon, 10 Feb 2020 18:53:22 +0530 Subject: [PATCH] fix : - rename classes --- README.md | 2 +- customedittextoutlinedborder/build.gradle | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90f936b..a5c85b2 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ allprojects { ``` dependencies { - implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.6' + implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.7' } ``` diff --git a/customedittextoutlinedborder/build.gradle b/customedittextoutlinedborder/build.gradle index 368cfb7..9976f8d 100644 --- a/customedittextoutlinedborder/build.gradle +++ b/customedittextoutlinedborder/build.gradle @@ -15,7 +15,7 @@ android { minSdkVersion 21 targetSdkVersion 29 versionCode 1 - versionName "1.0.6" + versionName "1.0.7" 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.6" // Replace with version Name + return "1.0.7" // Replace with version Name } def getArtificatId = { -> @@ -79,6 +79,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'com.intuit.sdp:sdp-android:1.0.6' + implementation 'com.intuit.ssp:ssp-android:1.0.6' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'