Skip to content

Commit

Permalink
Update dependencies to the version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Verkhovsky committed Mar 22, 2023
1 parent b7b663e commit ccfad38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
VERSION_NAME=2.3.0
VERSION_CODE=13

0 comments on commit ccfad38

Please sign in to comment.