This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22==========
33
4- Version 0.3.0 * (In Development )*
5- --------------------------------
4+ Version 0.3.0 * (2015-10-22 )*
5+ ----------------------------
66
77 * New modules!
88 * ` rxbinding-leanback-v17 ` (and ` rxbinding-leanback-v17-kotlin ` ) for the 'Leanback Support Library':
Original file line number Diff line number Diff line change @@ -10,27 +10,32 @@ Download
1010
1111Platform bindings:
1212``` groovy
13- compile 'com.jakewharton.rxbinding:rxbinding:0.2 .0'
13+ compile 'com.jakewharton.rxbinding:rxbinding:0.3 .0'
1414```
1515
1616'support-v4' library bindings:
1717``` groovy
18- compile 'com.jakewharton.rxbinding:rxbinding-support-v4:0.2 .0'
18+ compile 'com.jakewharton.rxbinding:rxbinding-support-v4:0.3 .0'
1919```
2020
2121'appcompat-v7' library bindings:
2222``` groovy
23- compile 'com.jakewharton.rxbinding:rxbinding-appcompat-v7:0.2 .0'
23+ compile 'com.jakewharton.rxbinding:rxbinding-appcompat-v7:0.3 .0'
2424```
2525
2626'design' library bindings:
2727``` groovy
28- compile 'com.jakewharton.rxbinding:rxbinding-design:0.2 .0'
28+ compile 'com.jakewharton.rxbinding:rxbinding-design:0.3 .0'
2929```
3030
3131'recyclerview-v7' library bindings:
3232``` groovy
33- compile 'com.jakewharton.rxbinding:rxbinding-recyclerview-v7:0.2.0'
33+ compile 'com.jakewharton.rxbinding:rxbinding-recyclerview-v7:0.3.0'
34+ ```
35+
36+ ` leanback-v17 ` library bindings:
37+ ``` groovy
38+ compile 'com.jakewharton.rxbinding:rxbinding-leanback-v17:0.3.0'
3439```
3540
3641Kotlin extension methods for all of the above libraries are available by appending ` -kotlin ` to the
Original file line number Diff line number Diff line change 11GROUP =com.jakewharton.rxbinding
2- VERSION_NAME =0.3.0-SNAPSHOT
2+ VERSION_NAME =0.3.0
33
44POM_DESCRIPTION =RxJava binding APIs for Android' s UI widgets.
55
You can’t perform that action at this time.
0 commit comments