Skip to content

Commit bfce96b

Browse files
fix :
- rename classes
1 parent 90d43db commit bfce96b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-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.6'
41+
implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.7'
4242
}
4343
```
4444

customedittextoutlinedborder/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
minSdkVersion 21
1616
targetSdkVersion 29
1717
versionCode 1
18-
versionName "1.0.6"
18+
versionName "1.0.7"
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.6" // Replace with version Name
42+
return "1.0.7" // Replace with version Name
4343
}
4444

4545
def getArtificatId = { ->
@@ -79,6 +79,7 @@ dependencies {
7979
implementation 'androidx.core:core-ktx:1.1.0'
8080
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
8181
implementation 'com.intuit.sdp:sdp-android:1.0.6'
82+
implementation 'com.intuit.ssp:ssp-android:1.0.6'
8283
testImplementation 'junit:junit:4.12'
8384
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
8485
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

0 commit comments

Comments
 (0)