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 e5362ac commit 4b4494aCopy full SHA for 4b4494a
README.md
@@ -51,7 +51,7 @@ magicButton.setMagicButtonClickListener(new View.OnClickListener() {
51
52
```groovy
53
dependencies {
54
- compile 'com.github.bloder:magic:1.0'
+ compile 'com.github.bloder:magic:1.1'
55
}
56
```
57
@@ -61,7 +61,7 @@ dependencies {
61
<dependency>
62
<groupId>com.github.bloder</groupId>
63
<artifactId>magic</artifactId>
64
- <version>1.0</version>
+ <version>1.1</version>
65
<type>pom</type>
66
</dependency>
67
@@ -70,7 +70,7 @@ dependencies {
70
## Ivy
71
72
```xml
73
-<dependency org='com.github.bloder' name='magic' rev='1.0'>
+<dependency org='com.github.bloder' name='magic' rev='1.1'>
74
<artifact name='$AID' ext='pom'></artifact>
75
76
0 commit comments