File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5038dependencies {
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```
You can’t perform that action at this time.
0 commit comments