From 76b6d8b05436168e26d3c3207dc7e849c9f022be Mon Sep 17 00:00:00 2001 From: AJ Date: Wed, 24 Jul 2019 09:17:26 -0700 Subject: [PATCH] Release version 3.3.2 --- README.md | 16 ++++++++-------- gradle.properties | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f931713..db130b3 100644 --- a/README.md +++ b/README.md @@ -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, @@ -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 @@ -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 } ``` diff --git a/gradle.properties b/gradle.properties index b527c48..dd3339e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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