This repository was archived by the owner on Feb 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ of using android-retrostreams might be the more promising approach.
35
35
The [ online Javadoc] ( https://retrostreams.github.io/android-retrostreams/apidocs/index.html ) gives a
36
36
picture of the API changes.
37
37
38
- The current stable release of retrostreams is ` android-retrostreams-1.7.3 ` .
38
+ The current stable release of retrostreams is ` android-retrostreams-1.7.4 ` .
39
39
40
40
Please give feedback [ here] ( https://github.com/retrostreams/android-retrostreams/issues ) if you experience
41
41
any problems.
@@ -45,7 +45,7 @@ any problems.
45
45
46
46
``` gradle
47
47
dependencies {
48
- implementation 'net.sourceforge.streamsupport:android-retrostreams:1.7.3 '
48
+ implementation 'net.sourceforge.streamsupport:android-retrostreams:1.7.4 '
49
49
}
50
50
```
51
51
@@ -55,7 +55,7 @@ Contains android-retrostreams core + retroatomic + retroflow + retrofuture
55
55
56
56
``` gradle
57
57
dependencies {
58
- implementation 'net.sourceforge.streamsupport:android-retrostreams_all:1.7.3.2 '
58
+ implementation 'net.sourceforge.streamsupport:android-retrostreams_all:1.7.4 '
59
59
}
60
60
```
61
61
You can’t perform that action at this time.
0 commit comments