Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 669760a

Browse files
committed
2 parents aa6395d + 4e6f7e2 commit 669760a

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-MagicButton-green.svg?style=true)](https://android-arsenal.com/details/1/3988)
2+
13
# Magic Button
24

35
![alt tag](http://www.clipartlord.com/wp-content/uploads/2015/10/magic-wand2.png)
@@ -41,6 +43,37 @@ magicButton.setMagicButtonClickListener(new View.OnClickListener() {
4143
});
4244
```
4345

46+
# Import
47+
48+
## Gradle
49+
50+
```groovy
51+
dependencies {
52+
compile 'com.github.bloder:magic:1.0'
53+
}
54+
```
55+
56+
## Maven
57+
58+
```xml
59+
<dependency>
60+
<groupId>com.github.bloder</groupId>
61+
<artifactId>magic</artifactId>
62+
<version>1.0</version>
63+
<type>pom</type>
64+
</dependency>
65+
66+
```
67+
68+
## Ivy
69+
70+
```xml
71+
<dependency org='com.github.bloder' name='magic' rev='1.0'>
72+
<artifact name='$AID' ext='pom'></artifact>
73+
</dependency>
74+
75+
```
76+
4477
# License
4578

4679
```

0 commit comments

Comments
 (0)