Skip to content

Commit 0829b11

Browse files
committed
Prepare new release.
1 parent f512bcf commit 0829b11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

66
This 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 {
3333
In your application build.gradle file, include the dependency (for RxJava2):
3434
```groovy
3535
dependencies {
36-
implementation 'com.tailoredapps:biometricauth-rxjava2:1.3.1'
36+
implementation 'com.tailoredapps:biometricauth-rxjava2:1.4.0'
3737
}
3838
```
3939

4040
Or if you are using RxJava3:
4141
```groovy
4242
dependencies {
43-
implementation 'com.tailoredapps:biometricauth-rxjava3:1.3.1'
43+
implementation 'com.tailoredapps:biometricauth-rxjava3:1.4.0'
4444
}
4545
```
4646

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ext {
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'

0 commit comments

Comments
 (0)