Skip to content

Commit

Permalink
Update fp pro version: 2.2.2-rc2 -> 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Makarov committed Jan 11, 2023
1 parent e2dca91 commit f2cfb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2-rc2"
implementation "com.fingerprint.android:pro:2.2.2"
implementation "com.github.fingerprintjs:fingerprint-android:2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.2-rc2
VERSION_NAME=2.2.2
VERSION_CODE=11

0 comments on commit f2cfb34

Please sign in to comment.