We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a18d68 commit a922c66Copy full SHA for a922c66
README.md
@@ -16,6 +16,22 @@
16
或者扫描二维码
17
<img src="https://raw.githubusercontent.com/dongjunkun/DropDownMenu/master/art/download.png"/>
18
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
35
##使用
36
添加DropDownMenu 到你的布局文件,如下
37
```
0 commit comments