File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
customedittextoutlinedborder Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ allprojects {
4141
4242```
4343dependencies {
44- implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.13 '
44+ implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.14 '
4545}
4646```
4747
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ android {
1515 minSdkVersion 21
1616 targetSdkVersion 31
1717 versionCode 1
18- versionName " 1.0.13 "
18+ versionName " 1.0.14 "
1919
2020 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2121 consumerProguardFiles ' consumer-rules.pro'
@@ -39,7 +39,7 @@ def githubProperties = new Properties()
3939githubProperties. load(new FileInputStream (rootProject. file(" github.properties" )))
4040
4141def getVersionName = { ->
42- return " 1.0.12 " // Replace with version Name
42+ return " 1.0.14 " // Replace with version Name
4343}
4444
4545def getArtificatId = { ->
You can’t perform that action at this time.
0 commit comments