-
Notifications
You must be signed in to change notification settings - Fork 79
Upgrade spoon runner, gradle tools, fix example lollipop screenshots #44
Conversation
004503b
to
d89ad19
Compare
@roman-mazur thoughts? |
|
||
compile 'com.android.tools.build:gradle:0.14.1' | ||
compile 'com.android.tools.build:gradle:1.0.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not the latest one? 1.1.3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't remember the error but I had a problem in my project when I went up to 1.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lemme see if I can repro now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It could be a conflict with guava when you run a lint task from gradle (for example, with ./gradlew check
).
#33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, wasn't that (saw that in the readme). It's a conflict with the android-unit-test plugin. Trying to resolve now.
Updated, PTAL |
And how was the conflict resolved? |
The official plugin added unit tests support in 1.1, breaking the unofficial android-unit-test plugin I was using (https://github.com/JCAndKSolutions/android-unit-test). I also had to do some gradle transitive dependency exclusion ( |
Upgrade spoon runner, gradle tools, fix example lollipop screenshots
No description provided.