Skip to content

Commit 5544318

Browse files
Update README.md
1 parent ed8ac66 commit 5544318

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,10 @@ Observable.just("Hello RxTest!")
3333

3434
## Download
3535
- #### Gradle
36-
Top level build.gradle
37-
```groovy
38-
buildscript {
39-
...
40-
repositories {
41-
...
42-
maven {
43-
url "https://dl.bintray.com/rubylichtenstein/RxTest"
44-
}
45-
}
46-
}
47-
```
48-
Module level build.gradle
4936
```groovy
5037
dependencies {       
5138
...
52-
testCompile 'com.rubylichtenstein:rxtest:1.0.3'
39+
testCompile 'com.rubylichtenstein:rxtest:1.0.4'
5340
}
5441
```
5542

@@ -58,7 +45,7 @@ dependencies {       
5845
<dependency>
5946
<groupId>com.rubylichtenstein</groupId>
6047
<artifactId>rxtest</artifactId>
61-
<version>1.0.3</version>
48+
<version>1.0.4</version>
6249
<type>pom</type>
6350
</dependency>
6451
```

0 commit comments

Comments
 (0)