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 90d43db commit bfce96b
Show file tree
Hide file tree
Showing 2 changed files with 4 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.6'
implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.7'
}
```

Expand Down
5 changes: 3 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.6"
versionName "1.0.7"

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

def getArtificatId = { ->
Expand Down Expand Up @@ -79,6 +79,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.intuit.sdp:sdp-android:1.0.6'
implementation 'com.intuit.ssp:ssp-android:1.0.6'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
Expand Down

0 comments on commit bfce96b

Please sign in to comment.