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

Commit 50b2d55

Browse files
committed
Release version 2.9.0
* Add optional logging interface.
1 parent 69f75d9 commit 50b2d55

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[![](https://img.shields.io/github/tag/ajalt/reprint.svg?label=maven)](https://jitpack.io/#ajalt/reprint)
66
[![](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
77
![](https://img.shields.io/badge/API-10%2B-blue.svg)
8-
[![](https://img.shields.io/badge/javadoc-core-blue.svg)](https://jitpack.io/com/github/ajalt/reprint/core/2.8.3/javadoc/)
9-
[![](https://img.shields.io/badge/javadoc-reactive-blue.svg)](https://jitpack.io/com/github/ajalt/reprint/reactive/2.8.3/javadoc/)
8+
[![](https://img.shields.io/badge/javadoc-core-blue.svg)](https://jitpack.io/com/github/ajalt/reprint/core/2.9.0/javadoc/)
9+
[![](https://img.shields.io/badge/javadoc-reactive-blue.svg)](https://jitpack.io/com/github/ajalt/reprint/reactive/2.9.0/javadoc/)
1010

1111
A simple, unified fingerprint authentication library for Android with
1212
ReactiveX extensions.
@@ -118,9 +118,9 @@ ReactiveX interface.
118118

119119
```groovy
120120
dependencies {
121-
compile 'com.github.ajalt.reprint:core:2.8.3@aar' // required, supports marshmallow devices
122-
compile 'com.github.ajalt.reprint:reprint_spass:2.8.3@aar' // optional: support for pre-marshmallow Samsung devices
123-
compile 'com.github.ajalt.reprint:reactive:2.8.3@aar' // optional: the ReactiveX interface
121+
compile 'com.github.ajalt.reprint:core:2.9.0@aar' // required, supports marshmallow devices
122+
compile 'com.github.ajalt.reprint:reprint_spass:2.9.0@aar' // optional: support for pre-marshmallow Samsung devices
123+
compile 'com.github.ajalt.reprint:reactive:2.9.0@aar' // optional: the ReactiveX interface
124124
}
125125
```
126126

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION_NAME=2.8.3
2-
VERSION_CODE=20
1+
VERSION_NAME=2.9.0
2+
VERSION_CODE=21
33
GROUP=com.github.ajalt.reprint

0 commit comments

Comments
 (0)