Skip to content

Commit

Permalink
Update gradle group+artifact id. Fixes emilsjolander#210
Browse files Browse the repository at this point in the history
  • Loading branch information
emilsjolander committed Oct 22, 2013
1 parent 4a60e8b commit bb436cd
Show file tree
Hide file tree
Showing 3 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 @@ Installing
Add the following gradle dependency exchanging `x.x.x` for the latest release.
```groovy
dependencies {
compile 'se.emilsjolander.stickylistheaders:library:x.x.x'
compile 'se.emilsjolander:stickylistheaders:x.x.x'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION_NAME=2.1.0
VERSION_CODE=76
GROUP=se.emilsjolander.stickylistheaders
GROUP=se.emilsjolander

POM_DESCRIPTION=A small android library that makes it easy to make lists with section headers that stick to the top until a new section header comes along.
POM_URL=https://github.com/emilsjolander/StickyListHeaders
Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
POM_NAME=StickyListHeaders Library
POM_ARTIFACT_ID=library
POM_ARTIFACT_ID=stickylistheaders
POM_PACKAGING=aar

0 comments on commit bb436cd

Please sign in to comment.