From b175fbc1e537a19e792c8a442778cf899fca6450 Mon Sep 17 00:00:00 2001 From: Sergey Makarov Date: Fri, 6 Oct 2023 21:12:11 +0300 Subject: [PATCH] Version up to 2.1.0-rc3 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72d4827..5bb6662 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Add this to a `build.gradle` of a module. ```gradle dependencies { ... - implementation "com.github.fingerprintjs:fingerprint-android:2.1.0-rc2" + implementation "com.github.fingerprintjs:fingerprint-android:2.1.0-rc3" } ``` @@ -171,7 +171,7 @@ Check out [Migration to V2](docs/migration_to_v2.md) for migration steps and the ## Fingerprint Android Demo App -Try the library features in the [Fingerprint Android Demo App](https://github.com/fingerprintjs/fingerprintjs-android/releases/download/2.1.0-rc2/Playground-release-2.1.0-rc2.apk). +Try the library features in the [Fingerprint Android Demo App](https://github.com/fingerprintjs/fingerprintjs-android/releases/download/2.1.0-rc3/Playground-release-2.1.0-rc3.apk). ## Android API support diff --git a/gradle.properties b/gradle.properties index aa4c6ee..2bafe26 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ android.useAndroidX=true org.gradle.jvmargs=-Xmx4096m kotlin.code.style=official -VERSION_NAME=2.1.0-rc2 +VERSION_NAME=2.1.0-rc3 VERSION_CODE=12 \ No newline at end of file