Skip to content

Commit

Permalink
Merge pull request #19 from ShwetaChauhan18/update/update_project
Browse files Browse the repository at this point in the history
⬆️ Upgrading dependencies
  • Loading branch information
mobile-simformsolutions authored Dec 23, 2021
2 parents b60f6c4 + 1cce625 commit 366ffb3
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 @@ -41,7 +41,7 @@ allprojects {

```
dependencies {
implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.13'
implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.14'
}
```

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 31
versionCode 1
versionName "1.0.13"
versionName "1.0.14"

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.12" // Replace with version Name
return "1.0.14" // Replace with version Name
}

def getArtificatId = { ->
Expand Down

0 comments on commit 366ffb3

Please sign in to comment.