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 d033906 commit e63b572Copy full SHA for e63b572
build.gradle
@@ -1,7 +1,10 @@
1
-repositories {
2
- mavenCentral()
+buildscript {
+ repositories { jcenter() }
3
}
4
5
+plugins {
6
+ id 'nebula.rxjava-project' version '3.0.0'
7
+}
8
apply plugin: 'java'
9
10
task wrapper(type: Wrapper) {
@@ -13,7 +16,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
13
16
targetCompatibility = JavaVersion.VERSION_1_8
14
17
15
18
dependencies {
- compile 'io.reactivex.rxjava2:rxjava:2.0.+'
19
+ compile 'io.reactivex.rxjava2:rxjava:2.0.6'
20
testCompile 'junit:junit-dep:4.+'
21
testCompile 'org.mockito:mockito-core:1.8.5'
22
0 commit comments