Skip to content

Releases: Mauin/servant

v1: 10.2.0.0

02 Mar 18:48
Compare
Choose a tag to compare

This release resolves issues with never versions of RxJava.

Dependencies:

  • Updates RxJava to v1.2.7
  • Updates Google Play Services to v10.2.0

v2: 10.2.0.0

02 Mar 19:04
Compare
Choose a tag to compare

This release updates Google Play Services and RxJava to the most recent versions.

Servant2 v9.8.0.0

05 Nov 11:46
Compare
Choose a tag to compare

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

25 Oct 18:48
Compare
Choose a tag to compare

Update Google Play Services to v9.8.0

v9.6.1.1

08 Oct 11:14
Compare
Choose a tag to compare

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 constructor
  • GoogleApiClientCompletable API (and optional options) now get specified in its constructor

v9.6.1.0

26 Sep 19:16
Compare
Choose a tag to compare

Update Play Services to v9.6.1

v9.6.0.0

25 Sep 10:41
Compare
Choose a tag to compare

Support for Google Play Services v9.6.0

Update build tools

Update used RxJava version to v1.2.0

v9.4.0.1

07 Aug 11:16
Compare
Choose a tag to compare

Removes Android Support Annotations dependency that was not used.

v9.4.0.0

02 Aug 19:07
Compare
Choose a tag to compare

Uses Play Services v9.4.0

GoogleApiClientObservable uses Observable#fromAsync for creation