From bb436cd02506c7bd88c23ca90a1d15c6448c9cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Sj=C3=B6lander?= Date: Tue, 22 Oct 2013 14:30:59 +0200 Subject: [PATCH] Update gradle group+artifact id. Fixes #210 --- README.md | 2 +- gradle.properties | 2 +- library/gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74c05b28..be2ea177 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/gradle.properties b/gradle.properties index ab63d275..fdfc0501 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/library/gradle.properties b/library/gradle.properties index 250343c3..af81058a 100644 --- a/library/gradle.properties +++ b/library/gradle.properties @@ -1,3 +1,3 @@ POM_NAME=StickyListHeaders Library -POM_ARTIFACT_ID=library +POM_ARTIFACT_ID=stickylistheaders POM_PACKAGING=aar