parse-community / ParseUI-Android

ParseUI contains user interface libraries for building apps with the Parse Android SDK.
Other
592 stars 324 forks source link

When will v0.0.2 be available for import via gradle? #137

Open ofuwape opened 8 years ago

ofuwape commented 8 years ago

When will version v0.0.2 be available for import via gradle? @wangmengyan95 and @grantland any updates?

ralphilius commented 8 years ago

Ping @grantland @wangmengyan95

aristide commented 8 years ago

Ping @grantland & @wangmengyan95

nicktmro commented 7 years ago

Issue #99 alone makes it worth it... @grantland @wangmengyan95

grantland commented 7 years ago

@rogerhu is now the main point of contact

nicktmro commented 7 years ago

Hi @rogerhu, I saw there was a bunch of activity regarding release 0.0.2 but it looks like the update was not published yet

Is there a way to maybe point to the 0.0.2 tag directly?

Update: I don't know enough about bintray, but should line 169 have a dash before UI?

rogerhu commented 7 years ago

It's been added to Bintray but they need to approve..

The dash doesn't matter so long as it matches up the name created on Bintray. But yes, I will fix.

rogerhu commented 7 years ago

You can use https://jitpack.io in the interim to point to a 0.0.2 tag.

nicktmro commented 7 years ago

I tried jitpack but I was getting a build error: https://jitpack.io/com/github/parse-community/ParseUI-Android/0.0.2/build.log

rogerhu commented 7 years ago

Point to the master branch (I think I fixed those Javadoc issues)

nicktmro commented 7 years ago

I just did. The current error is a lint/ translation error: Execution failed for task ':ParseLoginSampleBasic:lintVitalRelease'.

Build triggered by: https://jitpack.io/com/github/parse-community/ParseUI-Android/master-SNAPSHOT. Here's the log.

rogerhu commented 7 years ago

More Javadoc issues. I just fixed: https://github.com/parse-community/ParseUI-Android/commit/0b0f1c15b6ea1b9432fc45dfa0ae245cf7886207

rogerhu commented 7 years ago

I also just uploaded to Sonatype too so it will take a few hours to show up (I really despise the manual steps needed so tried to hold off on doing).

nicktmro commented 7 years ago

Success @rogerhu I can confirm 0.0.2 is now available. Thanks for your perseverance and timely replies.