Skip to content

Commit

Permalink
fix :
Browse files Browse the repository at this point in the history
 - rename classes
  • Loading branch information
shwetachauhan-simform committed Feb 10, 2020
1 parent f042844 commit 90d43db
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.5'
implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.6'
}
```

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 29
versionCode 1
versionName "1.0.5"
versionName "1.0.6"

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

def getArtificatId = { ->
Expand Down

0 comments on commit 90d43db

Please sign in to comment.