Skip to content

Commit a922c66

Browse files
author
dongjunkun
committed
添加gradle支持
1 parent 9a18d68 commit a922c66

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@
1616
或者扫描二维码
1717
<img src="https://raw.githubusercontent.com/dongjunkun/DropDownMenu/master/art/download.png"/>
1818

19+
##Gradle Dependency
20+
21+
```
22+
allprojects {
23+
repositories {
24+
...
25+
maven { url "https://jitpack.io" }
26+
}
27+
}
28+
29+
dependencies {
30+
...
31+
compile 'com.github.dongjunkun:DropDownMenu:1.0.1'
32+
}
33+
```
34+
1935
##使用
2036
添加DropDownMenu 到你的布局文件,如下
2137
```

0 commit comments

Comments
 (0)