robospock / RoboSpock

A testing framework which brings powers of Spock and Groovy to Android app testing
http://robospock.org
MIT License
249 stars 44 forks source link

Upgrade com.android.support dependency #41

Closed mariogarcia closed 9 years ago

mariogarcia commented 9 years ago

Hi:

First of all, congratulations, it's nice to see unit testing with Spock on Android. Good work.

I think the latest android support library is 22.0.1 and even the Android Studio is now complaining saying the 19.x.x is too old to be used.

Do you have any plans to upgrade the android support dependency any time soon ?

pjakubczyk commented 9 years ago

It's not part of Robolectric core. It's a provided dependency. Please check wiki page https://github.com/robolectric/robolectric/wiki/2.4-to-3.0-Upgrade-Guide#modules

latest jitpack has no dependency to support library https://jitpack.io/private#robospock/RoboSpock/c9ee6221cd9ac5010bb8c39e110b7e9c272e0a9a

pelotasplus commented 9 years ago

rudy forgot to mention that it's true, if you use latest robospock from master. instead of bumping android support library dependency we decided to bump robolectric to 3.0. cool, right?

mariogarcia commented 9 years ago

Nice thanks. I'll check it out.