We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9f76c commit b5d5088Copy full SHA for b5d5088
build.gradle
@@ -4,8 +4,8 @@ sourceCompatibility = JavaVersion.VERSION_1_6
4
targetCompatibility = JavaVersion.VERSION_1_6
5
6
dependencies {
7
- compile project(':rxjava-core')
8
- testCompile project(":rxjava-core").sourceSets.test.output
+ compile project(':rxjava')
+ testCompile project(":rxjava").sourceSets.test.output
9
testCompile 'junit:junit-dep:4.10'
10
testCompile 'org.mockito:mockito-core:1.8.5'
11
}
0 commit comments