Skip to content

Commit bf0fa72

Browse files
Merge pull request #22 from SimformSolutionsPvtLtd/feature/UNT-T5677_readme_update
⚡ UNT-T5677 Readme Update.
2 parents 529ea4d + 3567721 commit bf0fa72

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
| On Success | On Failure |
1717
|--|--|
18-
| ![](https://github.com/SimformSolutionsPvtLtd/android-morphing-button-jetpack-compose/blob/feature/UNT-T5677_readme_and_licenece_update/gif/success.gif) | ![](https://github.com/SimformSolutionsPvtLtd/android-morphing-button-jetpack-compose/blob/feature/UNT-T5677_readme_and_licenece_update/gif/failure.gif) |
18+
| ![](https://github.com/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton/blob/main/gif/success.gif) | ![](https://github.com/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton/blob/main/gif/failure.gif) |
1919

2020
## Installation
2121
1. Add it in your root build.gradle at the end of repositories:
@@ -33,7 +33,7 @@
3333

3434
```groovy
3535
dependencies {
36-
implementation 'com.github.SimformSolutionsPvtLtd:android-morphing-button-jetpack-compose:Tag'
36+
implementation 'com.github.SimformSolutionsPvtLtd:SSJetPackComposeProgressButton:1.0.0'
3737
}
3838
```
3939

@@ -42,7 +42,7 @@
4242

4343
```kotlin
4444
var submitButtonState by remember { mutableStateOf(SSButtonState.IDLE) }
45-
SSLoadingButton(
45+
SSJetPackComposeProgressButton(
4646
type = SSButtonType.CLOCK,
4747
width = 300.dp,
4848
height = 50.dp,
@@ -120,7 +120,7 @@ Copyright 2021 Simform Solutions
120120
```
121121

122122
[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)
123-
[git-repo-url]: <https://github.com/SimformSolutionsPvtLtd/android-morphing-button-jetpack-compose.git>
124-
[stargazers]: <https://github.com/SimformSolutionsPvtLtd/android-morphing-button-jetpack-compose/stargazers>
125-
[Contributing Guide]: <https://github.com/SimformSolutionsPvtLtd/android-morphing-button-jetpack-compose/blob/main/CONTRIBUTING.md>
126-
[GitHub Issues]: <https://github.com/SimformSolutionsPvtLtd/android-morphing-button-jetpack-compose/issues>
123+
[git-repo-url]: <https://github.com/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton.git>
124+
[stargazers]: <https://github.com/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton/stargazers>
125+
[Contributing Guide]: <https://github.com/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton/blob/main/CONTRIBUTING.md>
126+
[GitHub Issues]: <https://github.com/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton/issues>

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ android {
88
buildToolsVersion "30.0.3"
99

1010
defaultConfig {
11-
applicationId "com.simform.ssloadingbuttonandroid"
11+
applicationId "com.simform.ssjetpackcomposeprogressbutton"
1212
minSdk 21
1313
targetSdk 30
1414
versionCode 1
15-
versionName "1.0"
15+
versionName "1.0.0"
1616

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

0 commit comments

Comments
 (0)