Skip to content

Commit 8d7cef3

Browse files
committed
v1.1.0
1 parent 9705636 commit 8d7cef3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ or
1212

1313
[demo.apk](demo_apk)
1414

15-
#Including in Your Project
15+
# Including in Your Project
1616

1717
```groovy
1818
repositories {
@@ -21,7 +21,7 @@ repositories {
2121
```
2222

2323
```groovy
24-
compile 'com.hackplan.androidarcmenu:library:1.0.1'
24+
compile 'com.hackplan.androidarcmenu:library:1.1.0'
2525
```
2626

2727
# Usage

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = '//github.com/HackPlan/AndroidArcMenu'
1414
gitUrl = '//github.com/HackPlan/AndroidArcMenu'
1515

16-
libraryVersion = '1.0.2'
16+
libraryVersion = '1.1.0'
1717

1818
developerId = 'Dacer'
1919
developerName = 'Ding Wenhao'

0 commit comments

Comments
 (0)