Skip to content

Commit

Permalink
Merge pull request #33 from SimformSolutionsPvtLtd/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ShwetaChauhan18 authored Aug 6, 2021
2 parents fadc106 + 520ee58 commit fe91bb8
Show file tree
Hide file tree
Showing 3 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 @@ -48,7 +48,7 @@ Please get **Android Studio Arctic Fox 2020.3.1** or above [from here](https://d

```groovy
dependencies {
implementation 'com.github.SimformSolutionsPvtLtd:SSJetPackComposeProgressButton:1.0.5'
implementation 'com.github.SimformSolutionsPvtLtd:SSJetPackComposeProgressButton:1.0.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdk 21
targetSdk 30
versionCode 2
versionName "1.0.5"
versionName "1.0.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion ssjetpackcomposeprogressbutton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ afterEvaluate {
from components.release
groupId = 'com.simform.ssloadingbuttonlibrary'
artifactId = 'ssjetpackcomposeprogressbutton'
version = '1.0.5'
version = '1.0.6'
}
}
}
Expand Down

0 comments on commit fe91bb8

Please sign in to comment.