File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# BiometricAuth
22
3- [ ![ Download] ( https://img.shields.io/badge/version-1.3.1 -lightgrey ) ] ( https://maven.tailored-apps.com/#browse/browse:maven-public )
3+ [ ![ Download] ( https://img.shields.io/badge/version-1.4.0 -lightgrey ) ] ( https://maven.tailored-apps.com/#browse/browse:maven-public )
44![ API 15] ( https://img.shields.io/badge/API-15-yellow.svg )
55
66This library brings the new Android P BiometricPrompt for fingerprint authentication to Android SDK 23, using RxJava (2 or 3) and Kotlin.
@@ -33,14 +33,14 @@ allprojects {
3333In your application build.gradle file, include the dependency (for RxJava2):
3434``` groovy
3535dependencies {
36- implementation 'com.tailoredapps:biometricauth-rxjava2:1.3.1 '
36+ implementation 'com.tailoredapps:biometricauth-rxjava2:1.4.0 '
3737}
3838```
3939
4040Or if you are using RxJava3:
4141``` groovy
4242dependencies {
43- implementation 'com.tailoredapps:biometricauth-rxjava3:1.3.1 '
43+ implementation 'com.tailoredapps:biometricauth-rxjava3:1.4.0 '
4444}
4545```
4646
Original file line number Diff line number Diff line change 1010 siteUrl = ' https://github.com/tailoredmedia/BiometricAuth'
1111 gitUrl = ' https://github.com/tailoredmedia/BiometricAuth.git'
1212
13- libraryVersion = ' 1.3.1 '
13+ libraryVersion = ' 1.4.0 '
1414
1515 developerId = ' tailoredmedia'
1616 developerName = ' Tailored Apps'
You can’t perform that action at this time.
0 commit comments