Skip to content

Commit b5d5088

Browse files
Migrate Non-Core Modules Out
- Delete all modules that have been moved into separate projects. - rename rxjava-core to rxjava
1 parent 7f9f76c commit b5d5088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ sourceCompatibility = JavaVersion.VERSION_1_6
44
targetCompatibility = JavaVersion.VERSION_1_6
55

66
dependencies {
7-
compile project(':rxjava-core')
8-
testCompile project(":rxjava-core").sourceSets.test.output
7+
compile project(':rxjava')
8+
testCompile project(":rxjava").sourceSets.test.output
99
testCompile 'junit:junit-dep:4.10'
1010
testCompile 'org.mockito:mockito-core:1.8.5'
1111
}

0 commit comments

Comments
 (0)