File tree Expand file tree Collapse file tree 1 file changed +6
-23
lines changed
Expand file tree Collapse file tree 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
243
254test {
265 testLogging {
298 displayGranularity 2
309 }
3110}
11+
12+ dependencies {
13+ compile(project(" :rxandroid" ))
14+ }
You can’t perform that action at this time.
0 commit comments