We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8ac66 commit 5544318Copy full SHA for 5544318
1 file changed
README.md
@@ -33,23 +33,10 @@ Observable.just("Hello RxTest!")
33
34
## Download
35
- #### 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
49
```groovy
50
dependencies {
51
...
52
- testCompile 'com.rubylichtenstein:rxtest:1.0.3'
+ testCompile 'com.rubylichtenstein:rxtest:1.0.4'
53
}
54
```
55
@@ -58,7 +45,7 @@ dependencies {
58
<dependency>
59
<groupId>com.rubylichtenstein</groupId>
60
<artifactId>rxtest</artifactId>
61
- <version>1.0.3</version>
+ <version>1.0.4</version>
62
<type>pom</type>
63
</dependency>
64
0 commit comments