Skip to content

Commit 4479685

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 807afdf + ca54e5b commit 4479685

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Observable.just("Hello RxTest!")
1919
```
2020
## Documentation
2121

22+
- #### [Introduction](https://github.com/RubyLichtenstein/RxTest/wiki/Introduction)
2223
- #### [Examples](https://github.com/RubyLichtenstein/RxTest/wiki/Examples)
2324
- #### Components
2425

@@ -33,23 +34,10 @@ Observable.just("Hello RxTest!")
3334

3435
## Download
3536
- #### 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
4937
```groovy
5038
dependencies {       
5139
...
52-
testCompile 'com.rubylichtenstein:rxtest:1.0.3'
40+
testCompile 'com.rubylichtenstein:rxtest:1.0.4'
5341
}
5442
```
5543

@@ -58,7 +46,7 @@ dependencies {       
5846
<dependency>
5947
<groupId>com.rubylichtenstein</groupId>
6048
<artifactId>rxtest</artifactId>
61-
<version>1.0.3</version>
49+
<version>1.0.4</version>
6250
<type>pom</type>
6351
</dependency>
6452
```

0 commit comments

Comments
 (0)