Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Release version 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jul 24, 2019
1 parent 0cae4b2 commit 76b6d8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ or some other message of your own based on the `failureReason`. This string will
never be null from a failure, and will be localized into the current locale.

For detail on the other parameters,
[see the Javadocs](https://jitpack.io/com/github/ajalt/reprint/rxjava/3.3.1/javadoc/).
[see the Javadocs](https://jitpack.io/com/github/ajalt/reprint/rxjava/3.3.2/javadoc/).

One advantage that this interface has is that when the subscriber unsubscribes,
the authentication request is automatically canceled. So you could, for example,
Expand Down Expand Up @@ -92,9 +92,9 @@ Reprint.authenticate(new AuthenticationListener() {

The javadocs for the Reprint modules are available online:

* [Reprint core](https://jitpack.io/com/github/ajalt/reprint/core/3.3.1/javadoc/index.html?com/github/ajalt/reprint/core/Reprint.html)
* [RxJava 1 interface](https://jitpack.io/com/github/ajalt/reprint/rxjava/3.3.1/javadoc/com/github/ajalt/reprint/rxjava/RxReprint.html)
* [RxJava 2 interface](https://jitpack.io/com/github/ajalt/reprint/rxjava2/3.3.1/javadoc/com/github/ajalt/reprint/rxjava2/RxReprint.html)
* [Reprint core](https://jitpack.io/com/github/ajalt/reprint/core/3.3.2/javadoc/index.html?com/github/ajalt/reprint/core/Reprint.html)
* [RxJava 1 interface](https://jitpack.io/com/github/ajalt/reprint/rxjava/3.3.2/javadoc/com/github/ajalt/reprint/rxjava/RxReprint.html)
* [RxJava 2 interface](https://jitpack.io/com/github/ajalt/reprint/rxjava2/3.3.2/javadoc/com/github/ajalt/reprint/rxjava2/RxReprint.html)

# Installation

Expand All @@ -115,10 +115,10 @@ include the module that matches the version of RxJava that you use in your proje

```groovy
dependencies {
compile 'com.github.ajalt.reprint:core:3.3.1@aar' // required: supports marshmallow devices
compile 'com.github.ajalt.reprint:reprint_spass:3.3.1@aar' // optional: deprecated support for pre-marshmallow Samsung devices
compile 'com.github.ajalt.reprint:rxjava:3.3.1@aar' // optional: the RxJava 1 interface
compile 'com.github.ajalt.reprint:rxjava2:3.3.1@aar' // optional: the RxJava 2 interface
compile 'com.github.ajalt.reprint:core:3.3.2@aar' // required: supports marshmallow devices
compile 'com.github.ajalt.reprint:reprint_spass:3.3.2@aar' // optional: deprecated support for pre-marshmallow Samsung devices
compile 'com.github.ajalt.reprint:rxjava:3.3.2@aar' // optional: the RxJava 1 interface
compile 'com.github.ajalt.reprint:rxjava2:3.3.2@aar' // optional: the RxJava 2 interface
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=3.3.1
VERSION_CODE=29
VERSION_NAME=3.3.2
VERSION_CODE=30
GROUP=com.github.ajalt.reprint
android.useAndroidX=true
android.enableJetifier=true

0 comments on commit 76b6d8b

Please sign in to comment.