9
9
<facet type =" android" name =" Android" >
10
10
<configuration >
11
11
<option name =" SELECTED_BUILD_VARIANT" value =" debug" />
12
- <option name =" SELECTED_TEST_ARTIFACT" value =" _unit_test_ " />
12
+ <option name =" SELECTED_TEST_ARTIFACT" value =" _android_test_ " />
13
13
<option name =" ASSEMBLE_TASK_NAME" value =" assembleDebug" />
14
14
<option name =" COMPILE_JAVA_TASK_NAME" value =" compileDebugSources" />
15
- <option name =" ASSEMBLE_TEST_TASK_NAME" value =" assembleDebugUnitTest " />
16
- <option name =" COMPILE_JAVA_TEST_TASK_NAME" value =" compileDebugUnitTestSources " />
15
+ <option name =" ASSEMBLE_TEST_TASK_NAME" value =" assembleDebugAndroidTest " />
16
+ <option name =" COMPILE_JAVA_TEST_TASK_NAME" value =" compileDebugAndroidTestSources " />
17
17
<afterSyncTasks >
18
+ <task >generateDebugAndroidTestSources</task >
18
19
<task >generateDebugSources</task >
19
- <task >mockableAndroidJar</task >
20
- <task >prepareDebugUnitTestDependencies</task >
21
20
</afterSyncTasks >
22
21
<option name =" ALLOW_USER_CONFIGURATION" value =" false" />
23
22
<option name =" MANIFEST_FILE_RELATIVE_PATH" value =" /src/main/AndroidManifest.xml" />
29
28
</component >
30
29
<component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_7" inherit-compiler-output =" false" >
31
30
<output url =" file://$MODULE_DIR$/build/intermediates/classes/debug" />
32
- <output-test url =" file://$MODULE_DIR$/build/intermediates/classes/test /debug" />
31
+ <output-test url =" file://$MODULE_DIR$/build/intermediates/classes/androidTest /debug" />
33
32
<exclude-output />
34
33
<content url =" file://$MODULE_DIR$" >
35
34
<sourceFolder url =" file://$MODULE_DIR$/build/generated/source/r/debug" isTestSource =" false" generated =" true" />
38
37
<sourceFolder url =" file://$MODULE_DIR$/build/generated/source/rs/debug" isTestSource =" false" generated =" true" />
39
38
<sourceFolder url =" file://$MODULE_DIR$/build/generated/res/rs/debug" type =" java-resource" />
40
39
<sourceFolder url =" file://$MODULE_DIR$/build/generated/res/resValues/debug" type =" java-resource" />
40
+ <sourceFolder url =" file://$MODULE_DIR$/build/generated/source/r/androidTest/debug" isTestSource =" true" generated =" true" />
41
+ <sourceFolder url =" file://$MODULE_DIR$/build/generated/source/aidl/androidTest/debug" isTestSource =" true" generated =" true" />
42
+ <sourceFolder url =" file://$MODULE_DIR$/build/generated/source/buildConfig/androidTest/debug" isTestSource =" true" generated =" true" />
43
+ <sourceFolder url =" file://$MODULE_DIR$/build/generated/source/rs/androidTest/debug" isTestSource =" true" generated =" true" />
44
+ <sourceFolder url =" file://$MODULE_DIR$/build/generated/res/rs/androidTest/debug" type =" java-test-resource" />
45
+ <sourceFolder url =" file://$MODULE_DIR$/build/generated/res/resValues/androidTest/debug" type =" java-test-resource" />
41
46
<sourceFolder url =" file://$MODULE_DIR$/src/debug/res" type =" java-resource" />
42
47
<sourceFolder url =" file://$MODULE_DIR$/src/debug/resources" type =" java-resource" />
43
48
<sourceFolder url =" file://$MODULE_DIR$/src/debug/assets" type =" java-resource" />
44
49
<sourceFolder url =" file://$MODULE_DIR$/src/debug/aidl" isTestSource =" false" />
45
50
<sourceFolder url =" file://$MODULE_DIR$/src/debug/java" isTestSource =" false" />
46
51
<sourceFolder url =" file://$MODULE_DIR$/src/debug/jni" isTestSource =" false" />
47
52
<sourceFolder url =" file://$MODULE_DIR$/src/debug/rs" isTestSource =" false" />
48
- <sourceFolder url =" file://$MODULE_DIR$/src/testDebug/res" type =" java-test-resource" />
49
- <sourceFolder url =" file://$MODULE_DIR$/src/testDebug/resources" type =" java-test-resource" />
50
- <sourceFolder url =" file://$MODULE_DIR$/src/testDebug/assets" type =" java-test-resource" />
51
- <sourceFolder url =" file://$MODULE_DIR$/src/testDebug/aidl" isTestSource =" true" />
52
- <sourceFolder url =" file://$MODULE_DIR$/src/testDebug/java" isTestSource =" true" />
53
- <sourceFolder url =" file://$MODULE_DIR$/src/testDebug/jni" isTestSource =" true" />
54
- <sourceFolder url =" file://$MODULE_DIR$/src/testDebug/rs" isTestSource =" true" />
55
53
<sourceFolder url =" file://$MODULE_DIR$/src/main/res" type =" java-resource" />
56
54
<sourceFolder url =" file://$MODULE_DIR$/src/main/resources" type =" java-resource" />
57
55
<sourceFolder url =" file://$MODULE_DIR$/src/main/assets" type =" java-resource" />
58
56
<sourceFolder url =" file://$MODULE_DIR$/src/main/aidl" isTestSource =" false" />
59
57
<sourceFolder url =" file://$MODULE_DIR$/src/main/java" isTestSource =" false" />
60
58
<sourceFolder url =" file://$MODULE_DIR$/src/main/jni" isTestSource =" false" />
61
59
<sourceFolder url =" file://$MODULE_DIR$/src/main/rs" isTestSource =" false" />
62
- <sourceFolder url =" file://$MODULE_DIR$/src/test /res" type =" java-test-resource" />
63
- <sourceFolder url =" file://$MODULE_DIR$/src/test /resources" type =" java-test-resource" />
64
- <sourceFolder url =" file://$MODULE_DIR$/src/test /assets" type =" java-test-resource" />
65
- <sourceFolder url =" file://$MODULE_DIR$/src/test /aidl" isTestSource =" true" />
66
- <sourceFolder url =" file://$MODULE_DIR$/src/test /java" isTestSource =" true" />
67
- <sourceFolder url =" file://$MODULE_DIR$/src/test /jni" isTestSource =" true" />
68
- <sourceFolder url =" file://$MODULE_DIR$/src/test /rs" isTestSource =" true" />
60
+ <sourceFolder url =" file://$MODULE_DIR$/src/androidTest /res" type =" java-test-resource" />
61
+ <sourceFolder url =" file://$MODULE_DIR$/src/androidTest /resources" type =" java-test-resource" />
62
+ <sourceFolder url =" file://$MODULE_DIR$/src/androidTest /assets" type =" java-test-resource" />
63
+ <sourceFolder url =" file://$MODULE_DIR$/src/androidTest /aidl" isTestSource =" true" />
64
+ <sourceFolder url =" file://$MODULE_DIR$/src/androidTest /java" isTestSource =" true" />
65
+ <sourceFolder url =" file://$MODULE_DIR$/src/androidTest /jni" isTestSource =" true" />
66
+ <sourceFolder url =" file://$MODULE_DIR$/src/androidTest /rs" isTestSource =" true" />
69
67
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/assets" />
70
- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/bundles " />
68
+ <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/blame " />
71
69
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/classes" />
72
- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/coverage-instrumented-classes" />
73
70
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/dependency-cache" />
74
- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/dex" />
75
- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/dex-cache" />
76
- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.0/jars" />
77
- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.0/jars" />
71
+ <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/jars" />
72
+ <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/jars" />
78
73
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/incremental" />
79
- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/jacoco" />
80
- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/javaResources" />
81
- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/libs" />
82
- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/lint" />
74
+ <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/jniLibs" />
83
75
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/manifests" />
84
- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/ndk" />
85
76
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/pre-dexed" />
86
- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/proguard" />
87
77
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/res" />
88
78
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/rs" />
89
79
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/symbols" />
80
+ <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/transforms" />
90
81
<excludeFolder url =" file://$MODULE_DIR$/build/outputs" />
91
- <excludeFolder url =" file://$MODULE_DIR$/build/reports" />
92
- <excludeFolder url =" file://$MODULE_DIR$/build/test-results" />
93
82
<excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
94
83
</content >
95
84
<orderEntry type =" jdk" jdkName =" Android API 23 Platform" jdkType =" Android SDK" />
96
85
<orderEntry type =" sourceFolder" forTests =" false" />
97
- <orderEntry type =" library" exported =" " name =" support-annotations-23.1.0" level =" project" />
98
- <orderEntry type =" library" exported =" " scope =" TEST" name =" shadows-core-3.0" level =" project" />
99
- <orderEntry type =" library" exported =" " scope =" TEST" name =" asm-5.0.1" level =" project" />
100
- <orderEntry type =" library" exported =" " scope =" TEST" name =" robolectric-utils-3.0" level =" project" />
101
- <orderEntry type =" library" exported =" " scope =" TEST" name =" asm-commons-5.0.1" level =" project" />
102
- <orderEntry type =" library" exported =" " scope =" TEST" name =" vtd-xml-2.11" level =" project" />
103
- <orderEntry type =" library" exported =" " scope =" TEST" name =" hamcrest-core-1.3" level =" project" />
104
- <orderEntry type =" library" exported =" " scope =" TEST" name =" asm-tree-5.0.1" level =" project" />
105
- <orderEntry type =" library" exported =" " scope =" TEST" name =" asm-analysis-5.0.1" level =" project" />
106
- <orderEntry type =" library" exported =" " scope =" TEST" name =" junit-4.12" level =" project" />
107
- <orderEntry type =" library" exported =" " scope =" TEST" name =" icu4j-53.1" level =" project" />
108
- <orderEntry type =" library" exported =" " scope =" TEST" name =" ant-1.8.0" level =" project" />
109
- <orderEntry type =" library" exported =" " name =" appcompat-v7-23.1.0" level =" project" />
110
- <orderEntry type =" library" exported =" " scope =" TEST" name =" accessibility-test-framework-1.0" level =" project" />
111
- <orderEntry type =" library" exported =" " scope =" TEST" name =" ant-launcher-1.8.0" level =" project" />
112
- <orderEntry type =" library" exported =" " scope =" TEST" name =" robolectric-3.0" level =" project" />
113
- <orderEntry type =" library" exported =" " scope =" TEST" name =" bcprov-jdk16-1.46" level =" project" />
114
- <orderEntry type =" library" exported =" " scope =" TEST" name =" asm-util-5.0.1" level =" project" />
115
- <orderEntry type =" library" exported =" " scope =" TEST" name =" maven-ant-tasks-2.1.3" level =" project" />
116
- <orderEntry type =" library" exported =" " scope =" TEST" name =" sqlite4java-0.282" level =" project" />
117
- <orderEntry type =" library" exported =" " name =" support-v4-23.1.0" level =" project" />
118
- <orderEntry type =" library" exported =" " scope =" TEST" name =" robolectric-resources-3.0" level =" project" />
119
- <orderEntry type =" library" exported =" " scope =" TEST" name =" robolectric-annotations-3.0" level =" project" />
86
+ <orderEntry type =" library" exported =" " name =" support-annotations-23.1.1" level =" project" />
87
+ <orderEntry type =" library" exported =" " name =" support-v4-23.1.1" level =" project" />
88
+ <orderEntry type =" library" exported =" " name =" appcompat-v7-23.1.1" level =" project" />
120
89
<orderEntry type =" module" module-name =" onesignal" exported =" " />
121
- <orderEntry type =" library" exported =" " name =" org.apache.http.legacy-android-23" level =" project" />
122
90
</component >
123
91
</module >
0 commit comments