From fc1fb524bbaad8e58517e71788d169f128158962 Mon Sep 17 00:00:00 2001 From: AJ Date: Sun, 29 Jan 2017 14:24:19 -0800 Subject: [PATCH] Release version 2.9.1 * Work around bug caused by appcompat 25.1.0 * Include manifest permissions automatically. * Return usefull help messages in more circumstances. --- README.md | 10 +++++----- gradle.properties | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 03b369c..6323406 100755 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ [![](https://img.shields.io/github/tag/ajalt/reprint.svg?label=maven)](https://jitpack.io/#ajalt/reprint) [![](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) ![](https://img.shields.io/badge/API-10%2B-blue.svg) -[![](https://img.shields.io/badge/javadoc-core-blue.svg)](https://jitpack.io/com/github/ajalt/reprint/core/2.9.0/javadoc/) -[![](https://img.shields.io/badge/javadoc-reactive-blue.svg)](https://jitpack.io/com/github/ajalt/reprint/reactive/2.9.0/javadoc/) +[![](https://img.shields.io/badge/javadoc-core-blue.svg)](https://jitpack.io/com/github/ajalt/reprint/core/2.9.1/javadoc/) +[![](https://img.shields.io/badge/javadoc-reactive-blue.svg)](https://jitpack.io/com/github/ajalt/reprint/reactive/2.9.1/javadoc/) A simple, unified fingerprint authentication library for Android with ReactiveX extensions. @@ -118,9 +118,9 @@ ReactiveX interface. ```groovy dependencies { - compile 'com.github.ajalt.reprint:core:2.9.0@aar' // required, supports marshmallow devices - compile 'com.github.ajalt.reprint:reprint_spass:2.9.0@aar' // optional: support for pre-marshmallow Samsung devices - compile 'com.github.ajalt.reprint:reactive:2.9.0@aar' // optional: the ReactiveX interface + compile 'com.github.ajalt.reprint:core:2.9.1@aar' // required, supports marshmallow devices + compile 'com.github.ajalt.reprint:reprint_spass:2.9.1@aar' // optional: support for pre-marshmallow Samsung devices + compile 'com.github.ajalt.reprint:reactive:2.9.1@aar' // optional: the ReactiveX interface } ``` diff --git a/gradle.properties b/gradle.properties index bff33b1..00548fa 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -VERSION_NAME=2.9.0 -VERSION_CODE=21 +VERSION_NAME=2.9.1 +VERSION_CODE=22 GROUP=com.github.ajalt.reprint