Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dacer committed Nov 20, 2016
1 parent 9834b14 commit f724ffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
```

```groovy
compile 'com.hackplan:AndroidArcMenu:1.0.0'
compile 'com.hackplan.androidarcmenu:library:1.0.0'
```

# Usage
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ ext {
bintrayRepo = 'maven'
bintrayName = 'AndroidArcMenu'

publishedGroupId = 'com.hackplan'
publishedGroupId = 'com.hackplan.androidarcmenu'
libraryName = 'AndroidArcMenu'
artifact = 'AndroidArcMenu'
artifact = 'library'

libraryDescription = 'An easy-to-use arc Menu library for Android.'

Expand Down

0 comments on commit f724ffa

Please sign in to comment.