File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ For Maven:
3939<dependency>
4040 <groupId>com.ayusch.pulsatingbutton</groupId>
4141 <artifactId>pulsatingbutton</artifactId>
42- <version>1.1.0 </version>
42+ <version>1.1.1 </version>
4343 <type>pom</type>
4444</dependency>
4545```
4646For Gradle:
4747```
48- implementation 'com.ayusch.pulsatingbutton:pulsatingbutton:1.1.0 '
48+ implementation 'com.ayusch.pulsatingbutton:pulsatingbutton:1.1.1 '
4949```
5050
5151
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ publish {
1313
1414 def groupProjectID = ' com.ayusch.pulsatingbutton'
1515 def artifactProjectID = ' pulsatingbutton'
16- def publishVersionID = ' 1.1.0 '
16+ def publishVersionID = ' 1.1.1 '
1717
1818 userOrg = ' androidville'
1919 repoName = ' PulsatingButton'
2020 groupId = groupProjectID
2121 artifactId = artifactProjectID
2222 publishVersion = publishVersionID
2323 desc = ' Android library to display a pulsating (growing & shrinking) button'
24- website = ' https://github.com/Ayusch/PulsatingButton '
24+ website = ' https://github.com/Ayusch/PulsatingButtonAndroidLibrary '
2525}
2626
2727
You can’t perform that action at this time.
0 commit comments