forked from robolectric/robolectric
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
31 lines (30 loc) · 932 Bytes
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
rootProject.name = 'parent'
include ":robolectric"
include ":sandbox"
include ":junit"
include ":utils"
include ":utils:reflector"
include ":pluginapi"
include ":plugins:accessibility-deprecated"
include ":plugins:maven-dependency-resolver"
include ":processor"
include ":resources"
include ":annotations"
include ":shadows:framework"
include ":shadows:httpclient"
include ":shadows:multidex"
include ":shadows:playservices"
include ":shadows:supportv4"
include ":shadowapi"
include ":errorprone"
include ":integration_tests:agp"
include ":integration_tests:agp:testsupport"
include ":integration_tests:dependency-on-stubs"
include ":integration_tests:libphonenumber"
include ":integration_tests:mockito"
include ":integration_tests:mockito-experimental"
include ":integration_tests:powermock"
include ':integration_tests:androidx'
include ':integration_tests:androidx_test'
include ':integration_tests:ctesque'
include ':testapp'