Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 1b1e59a

Browse files
committed
update Readme
1 parent 7c6508c commit 1b1e59a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android-retroflow is a backport of the new Java 9 (JEP 266) reactive-streams Flo
1111
There is nothing specific to Android or the desugar toolchain in this code (it could even be compiled to Java 6 bytecode) but
1212
it has an indirect dependency on [android-retrostreams](https://github.com/retrostreams/android-retrostreams) (via [android-retrofuture](https://github.com/retrostreams/android-retrofuture)) which is why this exists as a separate component (the corresponding
1313
[streamsupport-flow](https://github.com/stefan-zobel/streamsupport/tree/master/src/flow) component can't be used with android-retrostreams
14-
and [android-retrostreams](https://github.com/retrostreams/android-retrostreams) itself can *only* be used with desugar or Java 8 / 9).
14+
and [android-retrostreams](https://github.com/retrostreams/android-retrostreams) itself can *only* be used with desugar or Java 8 and higher).
1515

1616
Other than having a different package name this code has no further changes compared with [streamsupport-flow](https://github.com/stefan-zobel/streamsupport/tree/master/src/flow)
1717

@@ -24,7 +24,7 @@ Please give feedback [here](https://github.com/retrostreams/android-retroflow/is
2424

2525
```gradle
2626
dependencies {
27-
compile 'net.sourceforge.streamsupport:android-retroflow:1.6.3'
27+
compile 'net.sourceforge.streamsupport:android-retroflow:1.7.0'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)