Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 642cf16

Browse files
committed
Prepare version 0.3.0.
1 parent 6228189 commit 642cf16

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change 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':

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,32 @@ Download
1010

1111
Platform 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

3641
Kotlin extension methods for all of the above libraries are available by appending `-kotlin` to the

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.jakewharton.rxbinding
2-
VERSION_NAME=0.3.0-SNAPSHOT
2+
VERSION_NAME=0.3.0
33

44
POM_DESCRIPTION=RxJava binding APIs for Android's UI widgets.
55

0 commit comments

Comments
 (0)