Closed Turbo87 closed 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.
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.
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 viainstrumentTestCompile
. Would it make sense to include the support library as a dependency tofest-android
?