diff --git a/build.gradle b/build.gradle index 34476bc4..9dcb4ba6 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,6 @@ subprojects { } repositories { - maven { url 'https://oss.jfrog.org/libs-snapshot/' } mavenCentral() } } diff --git a/rxandroid/build.gradle b/rxandroid/build.gradle index d8ce1af5..800629d8 100644 --- a/rxandroid/build.gradle +++ b/rxandroid/build.gradle @@ -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'