square / assertj-android

A set of AssertJ helpers geared toward testing Android.

Home Page:https://square.github.io/assertj-android/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for API 21 and latest gradle and android gradle plugin

emartynov opened this issue · comments

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

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.

This is fixed.