Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dacer committed Feb 13, 2018
1 parent 9705636 commit 8d7cef3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ or

[demo.apk](demo_apk)

#Including in Your Project
# Including in Your Project

```groovy
repositories {
Expand All @@ -21,7 +21,7 @@ repositories {
```

```groovy
compile 'com.hackplan.androidarcmenu:library:1.0.1'
compile 'com.hackplan.androidarcmenu:library:1.1.0'
```

# Usage
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
developerName = 'Ding Wenhao'
Expand Down

0 comments on commit 8d7cef3

Please sign in to comment.