robolectric/robolectric-gradle-plugin

Release 0.13.0?

emilong opened this issue · 7 comments

Is there a new release planned soon? 0f3a864 is particularly helpful for one of my projects.

Thanks!

erd said he's going to test it out over the weekend, and release if all goes well :)

Wonderful!

Great, I'm waiting for it too.
Thanks.

Indeed - the readme instructions are currently broken, referring to the non-existent 0.13.+ artifact.

Yeah, you currently have to build and deploy it locally: ./gradlew install - and add mavenLocal() to the buildscript repositories of the project that is using 0.13.+

erd commented

0.13.0 should be on maven central.

Yes it works! Thanks.