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

Commit

Permalink
Release version 2.9.2
Browse files Browse the repository at this point in the history
* Fix regression on K and L devices
  • Loading branch information
ajalt committed Feb 1, 2017
1 parent c459502 commit 1dea6e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1/javadoc/)
[![](https://img.shields.io/badge/javadoc-reactive-blue.svg)](https://jitpack.io/com/github/ajalt/reprint/reactive/2.9.1/javadoc/)
[![](https://img.shields.io/badge/javadoc-core-blue.svg)](https://jitpack.io/com/github/ajalt/reprint/core/2.9.2/javadoc/)
[![](https://img.shields.io/badge/javadoc-reactive-blue.svg)](https://jitpack.io/com/github/ajalt/reprint/reactive/2.9.2/javadoc/)

A simple, unified fingerprint authentication library for Android with
ReactiveX extensions.
Expand Down Expand Up @@ -118,9 +118,9 @@ ReactiveX interface.

```groovy
dependencies {
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
compile 'com.github.ajalt.reprint:core:2.9.2@aar' // required, supports marshmallow devices
compile 'com.github.ajalt.reprint:reprint_spass:2.9.2@aar' // optional: support for pre-marshmallow Samsung devices
compile 'com.github.ajalt.reprint:reactive:2.9.2@aar' // optional: the ReactiveX interface
}
```

Expand All @@ -139,7 +139,7 @@ use the `aar` artifacts, these permissions will be included automatically.

# License

Copyright 2015 AJ Alt
Copyright 2015-2017 AJ Alt

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_NAME=2.9.1
VERSION_CODE=22
VERSION_NAME=2.9.2
VERSION_CODE=23
GROUP=com.github.ajalt.reprint

0 comments on commit 1dea6e9

Please sign in to comment.