Skip to content

Commit

Permalink
Update to 2.0.0-RC1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 25, 2016
1 parent dead3dc commit cfed79e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ subprojects {
}

repositories {
maven { url 'https://oss.jfrog.org/libs-snapshot/' }
mavenCentral()
}
}
Expand Down
2 changes: 1 addition & 1 deletion rxandroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
}

dependencies {
compile 'io.reactivex.rxjava2:rxjava:2.0.0-DP0-SNAPSHOT'
compile 'io.reactivex.rxjava2:rxjava:2.0.0-RC1'

testCompile 'junit:junit:4.12'
testCompile 'org.robolectric:robolectric:3.1.2'
Expand Down

0 comments on commit cfed79e

Please sign in to comment.