mirror of
https://github.com/HackPlan/AndroidArcMenu.git
synced 2026-06-15 23:12:40 +08:00
Minor changes
This commit is contained in:
@@ -21,7 +21,7 @@ repositories {
|
||||
```
|
||||
|
||||
```groovy
|
||||
compile 'com.hackplan:AndroidArcMenu:1.0.0'
|
||||
compile 'com.hackplan.androidarcmenu:library:1.0.0'
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
||||
@@ -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.'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user