File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-MagicButton-green.svg?style=true )] ( https://android-arsenal.com/details/1/3988 )
2
+
1
3
# Magic Button
2
4
3
5
![ alt tag] ( http://www.clipartlord.com/wp-content/uploads/2015/10/magic-wand2.png )
@@ -41,6 +43,37 @@ magicButton.setMagicButtonClickListener(new View.OnClickListener() {
41
43
});
42
44
```
43
45
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
+
44
77
# License
45
78
46
79
```
You can’t perform that action at this time.
0 commit comments