Skip to content

Commit

Permalink
Merge pull request #15 from ShwetaChauhan18/update/update_dependency
Browse files Browse the repository at this point in the history
Update : 馃敄 version update 1.0.11
  • Loading branch information
shwetachauhan-simform committed Jun 25, 2021
2 parents 259e48d + c41b48d commit 5acef60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ allprojects {

```
dependencies {
implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.10'
implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.11'
}
```

Expand Down
4 changes: 2 additions & 2 deletions customedittextoutlinedborder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0.10"
versionName "1.0.11"

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

def getVersionName = { ->
return "1.0.10" // Replace with version Name
return "1.0.11" // Replace with version Name
}

def getArtificatId = { ->
Expand Down

0 comments on commit 5acef60

Please sign in to comment.