Skip to content

Commit f724ffa

Browse files
committed
Minor changes
1 parent 9834b14 commit f724ffa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
```
2222

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

2727
# Usage

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ ext {
44
bintrayRepo = 'maven'
55
bintrayName = 'AndroidArcMenu'
66

7-
publishedGroupId = 'com.hackplan'
7+
publishedGroupId = 'com.hackplan.androidarcmenu'
88
libraryName = 'AndroidArcMenu'
9-
artifact = 'AndroidArcMenu'
9+
artifact = 'library'
1010

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

0 commit comments

Comments
 (0)