File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
- Version 0.3.0 * (In Development )*
5
- --------------------------------
4
+ Version 0.3.0 * (2015-10-22 )*
5
+ ----------------------------
6
6
7
7
* New modules!
8
8
* ` 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
10
10
11
11
Platform bindings:
12
12
``` groovy
13
- compile 'com.jakewharton.rxbinding:rxbinding:0.2 .0'
13
+ compile 'com.jakewharton.rxbinding:rxbinding:0.3 .0'
14
14
```
15
15
16
16
'support-v4' library bindings:
17
17
``` groovy
18
- compile 'com.jakewharton.rxbinding:rxbinding-support-v4:0.2 .0'
18
+ compile 'com.jakewharton.rxbinding:rxbinding-support-v4:0.3 .0'
19
19
```
20
20
21
21
'appcompat-v7' library bindings:
22
22
``` groovy
23
- compile 'com.jakewharton.rxbinding:rxbinding-appcompat-v7:0.2 .0'
23
+ compile 'com.jakewharton.rxbinding:rxbinding-appcompat-v7:0.3 .0'
24
24
```
25
25
26
26
'design' library bindings:
27
27
``` groovy
28
- compile 'com.jakewharton.rxbinding:rxbinding-design:0.2 .0'
28
+ compile 'com.jakewharton.rxbinding:rxbinding-design:0.3 .0'
29
29
```
30
30
31
31
'recyclerview-v7' library bindings:
32
32
``` 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'
34
39
```
35
40
36
41
Kotlin 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 1
1
GROUP =com.jakewharton.rxbinding
2
- VERSION_NAME =0.3.0-SNAPSHOT
2
+ VERSION_NAME =0.3.0
3
3
4
4
POM_DESCRIPTION =RxJava binding APIs for Android' s UI widgets.
5
5
You can’t perform that action at this time.
0 commit comments