Skip to content

Commit

Permalink
Merge pull request #8 from simformsolutions/fix/new_release
Browse files Browse the repository at this point in the history
Update :
  • Loading branch information
simform-solutions authored Apr 15, 2020
2 parents b95f087 + 4b641a4 commit 0bcd482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.8'
implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.9'
}
```

Expand Down
6 changes: 3 additions & 3 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.8"
versionName "1.0.9"

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

def getArtificatId = { ->
Expand Down Expand Up @@ -76,7 +76,7 @@ publishing {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.core:core-ktx:1.2.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'
Expand Down

0 comments on commit 0bcd482

Please sign in to comment.