curioustechizen / android-ago

An Android TextView that always displays an auto refreshing relative time span with respect to a reference time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish to maven central

curioustechizen opened this issue · comments

Gradle as been said to be the new standard Android build tool, so Eclipse or Maven projects should be converted to use Gradle. This is not an issue and should be closed.

@mradzinski
The description should have read "publish to maven central" rather than "mavenize". I'll edit the title and keep this issue open until I publish the library to maven/bintray.

Please publish to Maven as soon as possible.

@vipulyaara Coming soon 😄

Thank you!

Please publish it soon!

I took a stab at this yesterday (I have created a group in maven central) and generated the AAR. However, uploading it didn't work as expected since it requires me to sign the artifacts using GPG keys (or something like that). I'm a complete Maven newbie so it may take some time for me to sort it our.

I'll revisit this soon, but in the meanwhile, you can tell gradle to directly depend on the github repo itself!

See this fork of this repo to see how this can be done.

Thanks Kiran.