Releases: Mauin/servant
Releases · Mauin/servant
v1: 10.2.0.0
v2: 10.2.0.0
This release updates Google Play Services and RxJava to the most recent versions.
Servant2 v9.8.0.0
The first release of Servant v2. This adds support for RxJava2. There is no new functionality in this release other than compatiblity with RxJava2.
New group ID. To import Servant v2 use the following gradle import:
compile 'com.mtramin.servant2:servant:9.8.0.0'
Dependency updates:
- #10 Upgrade RxJava to v2.0.0
v9.8.0.0
v9.6.1.1
This release adds support for Google APIs that require additional options.
- Add
Servant.actions(...)
that supports Api options - Add
Servant.observable(...)
that supports Api options GoogleApiClientSingle
API (and optional options) now get specified in its constructorGoogleApiClientCompletable
API (and optional options) now get specified in its constructor