zhanghai / PatternLock

Material Design Pattern Lock with auth flow implementation
688 stars 153 forks source link

Publish to maven central #1

Closed zhanghai closed 9 years ago

zhanghai commented 9 years ago

Publish on my own, or use jitpack.io

See https://github.com/jitpack/jitpack.io/blob/master/ANDROID.md

Will do this if I had the time.

jitpack-io commented 9 years ago

Hi! It works already: https://jitpack.io/#DreaminginCodeZH/PatternLock/bc7180210b Just needs a GitHub release so that there's a version:)

zhanghai commented 9 years ago

@jitpack-io Just added a release (and a pom.xml in addition). Wonder if that is enough? Didn't find somewhere to check the build log.

jitpack-io commented 9 years ago

Yepp, works great: https://jitpack.io/#DreaminginCodeZH/PatternLock/v1.0.0

zhanghai commented 9 years ago

@jitpack-io But I've got two modules, sample and library, how can I get them from that dependency?

jitpack-io commented 9 years ago

@DreaminginCodeZH It will only publish the library since that's what other people will use as a dependency. It should be possible to publish the sample binary but seems like it's more useful to have it in source form.

zhanghai commented 9 years ago

Thanks for your help, closing this issue.