From ccfad38e6fa290938aa31dcc39cc9d1cbfc3de4a Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Wed, 22 Mar 2023 10:54:19 +0300 Subject: [PATCH] Update dependencies to the version 2.3.0 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7589fc7..2745ccc 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Fingerprint PRO Android uses FingerprintJS Android as a dependency. ```gradle dependencies { - implementation "com.fingerprint.android:pro:2.2.3" + implementation "com.fingerprint.android:pro:2.3.0" implementation "com.github.fingerprintjs:fingerprint-android:2.0.0" diff --git a/gradle.properties b/gradle.properties index 8199eda..22ff0d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,5 +2,5 @@ android.enableJetifier=true kotlin.code.style=official android.useAndroidX=true org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 -VERSION_NAME=2.2.3 -VERSION_CODE=12 \ No newline at end of file +VERSION_NAME=2.3.0 +VERSION_CODE=13 \ No newline at end of file