Skip to content

Commit b2b9d22

Browse files
author
zhaocy
authored
Update README.md
1 parent ef864a5 commit b2b9d22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
[![](https://jitpack.io/v/o0o0oo00/FancyDialog.svg)](https://jitpack.io/#o0o0oo00/FancyDialog)
44

5+
## Usage
6+
```
7+
allprojects {
8+
repositories {
9+
...
10+
maven { url 'https://jitpack.io' }
11+
```
12+
```
13+
implementation 'com.github.o0o0oo00:FancyDialog:1.0.0'
14+
```
515

616
## DSL风格代替Builder模式
717

0 commit comments

Comments
 (0)