File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
customedittextoutlinedborder Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 33# SSCustomEditTextOutlineBorder
44
55[ ![ ] ( https://jitpack.io/v/SimformSolutionsPvtLtd/SSCustomEditTextOutLineBorder.svg )] ( https://jitpack.io/#SimformSolutionsPvtLtd/SSCustomEditTextOutLineBorder )
6- [ ![ Kotlin Version] ( https://img.shields.io/badge/Kotlin-v1.6.10 -blue.svg )] ( https://kotlinlang.org )
6+ [ ![ Kotlin Version] ( https://img.shields.io/badge/Kotlin-v1.7.0 -blue.svg )] ( https://kotlinlang.org )
77[ ![ Platform] ( https://img.shields.io/badge/Platform-Android-green.svg?style=flat )] ( https://www.android.com/ )
88[ ![ API] ( https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=21 )
99[ ![ Android Weekly] ( https://img.shields.io/badge/Android%20Weekly-%23402-orange )] ( https://androidweekly.net/issues/issue-402 )
@@ -64,6 +64,7 @@ dependencies {
6464| ` app:custom_component_maxLength ` | Set EditText maxLength | ` 99 ` |
6565| ` android:inputType ` | Set EditText inputType | ` EditorInfo.TYPE_TEXT_VARIATION_NORMAL ` |
6666| ` app:custom_component_border_width ` | Set Outlined border width | ` 1 ` |
67+ | ` app:isToggleEnable ` | Whether Password Toggle is enabled | ` false ` |
6768
6869### Usage
6970------------------------
@@ -81,6 +82,7 @@ dependencies {
8182 app:custom_component_maxLength="25"
8283 app:errorTextValue="errorText"
8384 app:isErrorEnable="false"
85+ app:isToggleEnable = "true"
8486 app:custom_component_title_color="@color/color_brownish_grey_two"
8587 app:custom_component_title_error_color="@color/color_error"
8688 app:custom_component_border_color="@color/color_warm_grey"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ object Configs {
1717 const val minSdkVersion = 21
1818 const val targetSdkVersion = 31
1919 const val versionCode = 1
20- const val versionName = " 1.0.15 "
20+ const val versionName = " 1.0.16 "
2121}
2222
2323/* *
@@ -29,14 +29,14 @@ object Versions {
2929 const val googleServicesPlugin = " 4.3.10"
3030
3131 // kotlin
32- const val kotlin = " 1.6.10 "
33- const val ktx = " 1.7 .0"
32+ const val kotlin = " 1.7.0 "
33+ const val ktx = " 1.8 .0"
3434 const val kotlinCoroutines = " 1.3.9"
3535 const val koin = " 2.0.1"
3636
3737 // android
38- const val supportAppCompat = " 1.4.0 "
39- const val constraintLayout = " 2.1.2 "
38+ const val supportAppCompat = " 1.4.2 "
39+ const val constraintLayout = " 2.1.4 "
4040
4141
4242 const val sdp = " 1.0.6"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ afterEvaluate {
1414 from components. release
1515 groupId = ' com.github.simformsolutions'
1616 artifactId = ' customedittextoutlineborder'
17- version = ' 1.0.15 '
17+ version = ' 1.0.16 '
1818 }
1919 }
2020 }
@@ -29,7 +29,7 @@ android {
2929 minSdkVersion 21
3030 targetSdkVersion 31
3131 versionCode 1
32- versionName " 1.0.15 "
32+ versionName " 1.0.16 "
3333
3434 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
3535 consumerProguardFiles ' consumer-rules.pro'
@@ -50,9 +50,9 @@ android {
5050
5151dependencies {
5252 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
53- implementation ' androidx.appcompat:appcompat:1.4.0 '
54- implementation ' androidx.core:core-ktx:1.7 .0'
55- implementation ' androidx.constraintlayout:constraintlayout:2.1.2 '
53+ implementation ' androidx.appcompat:appcompat:1.4.2 '
54+ implementation ' androidx.core:core-ktx:1.8 .0'
55+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
5656 implementation ' com.intuit.sdp:sdp-android:1.0.6'
5757 implementation ' com.intuit.ssp:ssp-android:1.0.6'
5858 testImplementation ' junit:junit:4.13.2'
You can’t perform that action at this time.
0 commit comments