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

Gradle Build #77

Closed f2prateek closed 11 years ago

f2prateek commented 11 years ago

This builds successfully with gradle build but I'm not sure if it is complete yet. Looking for a couple of pointers to fix this implementation and close #72. Mainly:

  1. Test the build (haven't been able to do that)
  2. Attach aar (shouldn't that happen automatically?)
JakeWharton commented 11 years ago

Delete settings.gradle.

f2prateek commented 11 years ago

Fixed the offending changes

JakeWharton commented 11 years ago

Woot. Thanks!

f2prateek commented 11 years ago

Thanks for taking the time to walk me through it! :)