inktomi / cirrus

An android library for parsing the responses from the US Government's National Digital Forecast Database. Weather, free, for your android apps!
Apache License 2.0
2 stars 1 forks source link

Publish to Central? #1

Open chrylis opened 7 years ago

chrylis commented 7 years ago

This looks like a useful general-purpose DWML library. Have you considered publishing it on Central (or another public repository)? If not, I am interested in cloning/adapting the parser logic.

inktomi commented 7 years ago

I'll publish to central today. I'll also put some thought into improving this project. I really haven't spent any time on it in a long time -- and it was a very specific itch that needed to be filled at the time. Happy to coordinate any work/etc with you.

inktomi commented 7 years ago

It's much easier to get into JCenter, I'll try to get the current artifact published over lunch.

https://bintray.com/inktomi/maven/Cirrus

I'll work on central as well, but that will be tonight.

inktomi commented 7 years ago

I pushed up the library part. I'll fix the sample app and get that running again as well.

I'd also like to get rid of volley, and go with something like retrofit for the network layer. That has the added benefit of allowing this project to publish a pure java jar instead of an android aar.

https://bintray.com/inktomi/maven/Cirrus/1.0.1