Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Releases

joshgav edited this page Nov 21, 2014 · 8 revisions

We strive to publish a new release to JCenter and Bintray weekly on Thursdays. We also will publish immediately for security issues and bugs with no workarounds. Each new publication includes a new tag in this repo and a corresponding new version number for the distributed package.

Until we reach version 1.0, we intend to increment the minor version number for breaking and other significant changes. For example, 0.10.1 introduced changes to the Credentials-related interfaces.

We recommend you specify version [0.9,0.10) or [0.10,0.11) in your Gradle or Maven build scripts so as to automatically retrieve the latest published binaries for a given minor version range. Here's a handy chart on Maven version syntax.

To be notified immediately on new publications, watch our Bintray repo.

After version 1.0 our versioning will follow Semantic Versioning.

Clone this wiki locally