square / assertj-android

A set of AssertJ helpers geared toward testing Android.
https://square.github.io/assertj-android/
Apache License 2.0
1.58k stars 156 forks source link

Missing maven/gradle dependency? #86

Closed Turbo87 closed 10 years ago

Turbo87 commented 10 years ago

I tried to use this lib via gradle, but when I start the tests it complained that it wasn't able to find the support-v4 library. Since I don't use that in my app (yet) I had to manually add it via instrumentTestCompile. Would it make sense to include the support library as a dependency to fest-android?

JakeWharton commented 10 years ago

This is fixed on master and will go out with the next release (at least for Gradle consumers). I'm not sure what will happen for Maven users since it references a dependency that doesn't actually exist on Maven central.

Turbo87 commented 10 years ago

ah okay, thanks! maybe it would make sense to create a fest-android-gradle package that depends on fest-android and the support lib. the maven users could use the pure package then, and the gradle users can use the gradle package.