This repository was archived by the owner on Feb 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
1111A simple, unified fingerprint authentication library for Android with
1212ReactiveX extensions.
@@ -118,9 +118,9 @@ ReactiveX interface.
118118
119119``` groovy
120120dependencies {
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
Original file line number Diff line number Diff line change 1- VERSION_NAME =2.8.3
2- VERSION_CODE =20
1+ VERSION_NAME =2.9.0
2+ VERSION_CODE =21
33GROUP =com.github.ajalt.reprint
You can’t perform that action at this time.
0 commit comments