From 2abe2c43e2b7cf99dd2aaa5cff3e1ac6c646d678 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 16 Jul 2015 16:38:51 -0700 Subject: Update to Robolectric 3.0 This has better support for Android, so we don't need the separate project here anymore. Simply move all the existing robolectric-based tests to the app directory and remove the robolectric-tests subproject. --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.gradle') diff --git a/settings.gradle b/settings.gradle index 61ac55a..e7b4def 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app', ':robolectric-tests' +include ':app' -- cgit v1.2.3