I don't know if its just the naming convention I'm using or not, but I've
got some custom configurations in my build.gradle:

configurations {
    provided
}

and then I define as a dependency:
provided "org.robolectric:robolectric:$ROBOLECTRIC_VERSION"

This is apparently being included when dexing for instrumentation tests.
 Is that to be expected?

I tried checking the documentation but nothing jumped out at me.

Thanks
Scott

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to