Skip to content

Commit 5acef60

Browse files
Merge pull request #15 from ShwetaChauhan18/update/update_dependency
Update : 🔖 version update 1.0.11
2 parents 259e48d + c41b48d commit 5acef60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ allprojects {
3838

3939
```
4040
dependencies {
41-
implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.10'
41+
implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.11'
4242
}
4343
```
4444

customedittextoutlinedborder/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
minSdkVersion 21
1616
targetSdkVersion 30
1717
versionCode 1
18-
versionName "1.0.10"
18+
versionName "1.0.11"
1919

2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
consumerProguardFiles 'consumer-rules.pro'
@@ -39,7 +39,7 @@ def githubProperties = new Properties()
3939
githubProperties.load(new FileInputStream(rootProject.file("github.properties")))
4040

4141
def getVersionName = { ->
42-
return "1.0.10" // Replace with version Name
42+
return "1.0.11" // Replace with version Name
4343
}
4444

4545
def getArtificatId = { ->

0 commit comments

Comments
 (0)