File tree 1 file changed +6
-23
lines changed 1 file changed +6
-23
lines changed Original file line number Diff line number Diff line change 1
- buildscript {
2
- repositories { jcenter() }
3
- dependencies {
4
- classpath ' com.netflix.nebula:gradle-rxjava-project-plugin:1.12.+'
5
- classpath ' com.netflix.nebula:gradle-extra-configurations-plugin:1.12.+'
6
- }
7
- }
8
-
9
- apply plugin : ' rxjava-project'
10
- apply plugin : ' provided-base'
11
-
12
- dependencies {
13
- compile " io.reactivex:rxjava:$rxJavaVersion "
14
- provided ' com.google.android:android:4.0.1.2'
15
- provided ' com.google.android:support-v4:r7'
16
-
17
- // testing
18
- testCompile ' junit:junit-dep:4.11'
19
- testCompile ' org.mockito:mockito-core:1.10.8'
20
- testCompile(' org.robolectric:robolectric:2.4' ) {
21
- exclude group : ' com.android.support'
22
- }
23
- }
1
+ // Multi-module modules aren't really supported
2
+ version = rootProject. version
24
3
25
4
test {
26
5
testLogging {
29
8
displayGranularity 2
30
9
}
31
10
}
11
+
12
+ dependencies {
13
+ compile(project(" :rxandroid" ))
14
+ }
You can’t perform that action at this time.
0 commit comments