Skip to content

Commit b7f66c8

Browse files
authored
Update README.md
1 parent 38341b5 commit b7f66c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern)
1111
#### Version 3.x ([Javadoc](http://reactivex.io/RxJava/3.x/javadoc/))
1212

1313
- single dependency: [Reactive-Streams](https://github.com/reactive-streams/reactive-streams-jvm)
14-
- Java 8+ ([Android](https://github.com/ReactiveX/RxAndroid) desugar friendly)
14+
- Java 8+ or Android API 21+ required
1515
- Java 8 lambda-friendly API
16+
- [Android](https://github.com/ReactiveX/RxAndroid) desugar friendly
1617
- fixed API mistakes and many limits of RxJava 2
1718
- intended to be a replacement for RxJava 2 with relatively few binary incompatible changes
1819
- non-opinionated about the source of concurrency (threads, pools, event loops, fibers, actors, etc.)

0 commit comments

Comments
 (0)