Skip to content

Commit 586c69f

Browse files
committedAug 19, 2014
Migrate Non-Core Modules Out
- Delete all modules that have been moved into separate projects. - rename rxjava-core to rxjava
1 parent 6c8aaa7 commit 586c69f

File tree

629 files changed

+17
-27499
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

629 files changed

+17
-27499
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ subprojects {
142142
shadowJar.dependsOn perfJar
143143
}
144144

145-
project(':rxjava-core') {
145+
project(':rxjava') {
146146
sourceSets.test.java.srcDir 'src/test/java'
147147
}

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.20.1-SNAPSHOT
1+
version=1.0.0-RC1-SNAPSHOT

0 commit comments

Comments
 (0)