forgot to move test classpath out of root project

This commit is contained in:
Vincent Breitmoser
2014-07-21 03:59:16 +02:00
parent 527c3e93f8
commit f560bc9317
4 changed files with 15 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
apply plugin: 'android'
apply plugin: 'robolectric'
dependencies {
// NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information