We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9834b14 commit f724ffaCopy full SHA for f724ffa
README.md
@@ -21,7 +21,7 @@ repositories {
21
```
22
23
```groovy
24
-compile 'com.hackplan:AndroidArcMenu:1.0.0'
+compile 'com.hackplan.androidarcmenu:library:1.0.0'
25
26
27
# Usage
library/build.gradle
@@ -4,9 +4,9 @@ ext {
4
bintrayRepo = 'maven'
5
bintrayName = 'AndroidArcMenu'
6
7
- publishedGroupId = 'com.hackplan'
+ publishedGroupId = 'com.hackplan.androidarcmenu'
8
libraryName = 'AndroidArcMenu'
9
- artifact = 'AndroidArcMenu'
+ artifact = 'library'
10
11
libraryDescription = 'An easy-to-use arc Menu library for Android.'
12
0 commit comments