Skip to content

Commit 64e3739

Browse files
authored
Release/v0.1.1 (#1)
Prepare release
1 parent a93d824 commit 64e3739

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<img src="/pic/logo.png" width = 20%>
66

7-
[![](https://jitpack.io/v/sangcomz/RoundedButton.svg)](https://jitpack.io/#sangcomz/RoundedButton)
7+
[![](https://jitpack.io/v/sabujak-sabujak/RoundedButton.svg)](https://jitpack.io/#sabujak-sabujak/RoundedButton)
88

99
Chameleon deals with the Status of RecyclerView.
1010

@@ -20,7 +20,7 @@ Chameleon deals with the Status of RecyclerView.
2020
}
2121
2222
dependencies {
23-
compile 'com.github.sangcomz:RoundedButton:v0.1.0'
23+
implementation 'com.github.sabujak-sabujak:RoundedButton:v0.1.1'
2424
}
2525
```
2626
### Usage

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include ':app', ':roundedbutton'
22

3-
gradle.ext.set('versionCode', 9)
3+
gradle.ext.set('versionCode', 1)
44
gradle.ext.set('versionName', '0.1.1')
55

66
gradle.ext.set('minSdk', 15)

0 commit comments

Comments
 (0)