Yelp / parcelgen

Helpful tool to make data objects easier for Android
Other
65 stars 35 forks source link

Gradle build instructions? #23

Open rfay opened 9 years ago

rfay commented 9 years ago

Most libraries like this are now not used statically but included in build.gradle. Can this one be done that way?

tmelz commented 9 years ago

Hey @rfay! We use Gradle here at Yelp for our Android development, and we would like for parcelgen to eventually be published to Maven Central (so it can be referenced from build.gradle like you mention), but we don't currently have plans to set that up. Thanks for opening this issue, we'll keep it updated with our progress.

jitpack-io commented 9 years ago

Hi @tmelz Since you're already using Gradle it'd be very easy to publish using JitPack. All that's needed is a GitHub release and including the android-maven plugin. Happy to submit a PR if you're interested