You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-2Lines changed: 23 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,35 @@ It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern)
6
6
7
7
#### Version 2.x
8
8
9
-
Version 2.x and 1.x will live side-by-side for several years. They will have different namespaces (io.reactivex vs rx).
9
+
Version 2.x and 1.x will live side-by-side for several years. They will have different group ids (`io.reactivex.rxjava2` vs `io.reactivex`) and namespaces (`io.reactivex` vs `rx`).
10
10
11
11
The purpose for 2.x is:
12
12
13
-
-leverage Java 8+ features
13
+
-continued support for Java 6+ & [Android](https://github.com/ReactiveX/RxAndroid) 2.3+
description ='RxJava: Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.'
0 commit comments