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

Support for API 21 and latest gradle and android gradle plugin #140

Closed emartynov closed 9 years ago

emartynov commented 9 years ago

I started small contribution and found that project still use RC for API 2, older gradle and android gradle plugin

ararog commented 9 years ago

You is right, everything goes well if I switch from com.android.support:appcompat-v7:21.+ to com.android.support:appcompat-v7:20.+

Right now gradle build doesn't run if we use appcompat version 21.+ and assertj-android together.

JakeWharton commented 9 years ago

This is fixed.