Commit 526e654 1 parent ec5cd3c commit 526e654 Copy full SHA for 526e654
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
- Version 0.1.0 * (In Development )*
5
- --------------------------------
4
+ Version 0.1.0 * (2015-08-02 )*
5
+ ----------------------------
6
6
7
7
Initial release.
Original file line number Diff line number Diff line change 1
1
RxBinding
2
2
=========
3
3
4
- RxJava binding APIs for Android's UI widgets.
4
+ RxJava binding APIs for Android UI widgets from the platform and support libraries .
5
5
6
6
7
7
8
8
Download
9
9
--------
10
10
11
11
``` groovy
12
- compile 'com.jakewharton.rxbinding:rxbinding:0.1.0-SNAPSHOT '
12
+ compile 'com.jakewharton.rxbinding:rxbinding:0.1.0'
13
13
```
14
14
15
15
Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snap ] .
Original file line number Diff line number Diff line change 1
1
Releasing
2
2
========
3
3
4
- 1 . Change the version in ` gradle.properties ` to a non-SNAPSHOT verson .
4
+ 1 . Change the version in ` gradle.properties ` to a non-SNAPSHOT version .
5
5
2 . Update the ` CHANGELOG.md ` for the impending release.
6
6
3 . Update the ` README.md ` with the new version.
7
7
4 . ` git commit -am "Prepare for release X.Y.Z." ` (where X.Y.Z is the new version)
8
- 5 . ` git tag -a X.Y.X -m "Version X.Y.Z" ` (where X.Y.Z is the new version)
8
+ 5 . ` git tag -a X.Y.Z -m "Version X.Y.Z" ` (where X.Y.Z is the new version)
9
9
6 . ` ./gradlew clean uploadArchives `
10
10
7 . Update the ` gradle.properties ` to the next SNAPSHOT version.
11
11
8 . ` git commit -am "Prepare next development version." `
Original file line number Diff line number Diff line change 1
1
GROUP =com.jakewharton.rxbinding
2
- VERSION_NAME =0.1.0-SNAPSHOT
2
+ VERSION_NAME =0.1.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