Skip to content

Commit 520ee58

Browse files
Merge pull request #32 from SimformSolutionsPvtLtd/feature/UNT-T5677_readme_update_1_0_6
📝 UNT-T5677 Readme Update.
2 parents c107d9c + e5a3462 commit 520ee58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Please get **Android Studio Arctic Fox 2020.3.1** or above [from here](https://d
4848

4949
```groovy
5050
dependencies {
51-
implementation 'com.github.SimformSolutionsPvtLtd:SSJetPackComposeProgressButton:1.0.5'
51+
implementation 'com.github.SimformSolutionsPvtLtd:SSJetPackComposeProgressButton:1.0.6'
5252
}
5353
```
5454

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdk 21
1313
targetSdk 30
1414
versionCode 2
15-
versionName "1.0.5"
15+
versionName "1.0.6"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables {

ssjetpackcomposeprogressbutton/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ afterEvaluate {
1212
from components.release
1313
groupId = 'com.simform.ssloadingbuttonlibrary'
1414
artifactId = 'ssjetpackcomposeprogressbutton'
15-
version = '1.0.5'
15+
version = '1.0.6'
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)