When updating to gradle plugin 1.1.0 I kept getting the following error
Cannot add a configuration with name 'testCompile' as a configuration with that name already exists
I am also using the Robolectric gradle plugin from here, v0.14.0.
The new gradle 1.1.0 plugin adds additional unit test support, so I suspect the gradle and Robolectric plugins are battling for use of 'testCompile,' though I'm not sure how to resolve this.
-rc-1
is no longer needed, at the time of writing this, gradle version is1.1.3
– Ursulina