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 9705636 commit 8d7cef3Copy full SHA for 8d7cef3
README.md
@@ -12,7 +12,7 @@ or
12
13
[demo.apk](demo_apk)
14
15
-#Including in Your Project
+# Including in Your Project
16
17
```groovy
18
repositories {
@@ -21,7 +21,7 @@ repositories {
21
```
22
23
24
-compile 'com.hackplan.androidarcmenu:library:1.0.1'
+compile 'com.hackplan.androidarcmenu:library:1.1.0'
25
26
27
# Usage
library/build.gradle
@@ -13,7 +13,7 @@ ext {
siteUrl = '//github.com/HackPlan/AndroidArcMenu'
gitUrl = '//github.com/HackPlan/AndroidArcMenu'
- libraryVersion = '1.0.2'
+ libraryVersion = '1.1.0'
developerId = 'Dacer'
19
developerName = 'Ding Wenhao'
0 commit comments