Skip to content

Commit

Permalink
Version up to 2.1.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Makarov committed Oct 5, 2023
1 parent bf3d4b0 commit f807c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Add this to a `build.gradle` of a module.
```gradle
dependencies {
...
implementation "com.github.fingerprintjs:fingerprint-android:2.1.0-rc1"
implementation "com.github.fingerprintjs:fingerprint-android:2.1.0-rc2"
}
```

Expand Down Expand Up @@ -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-rc1/Playground-release-2.1.0-rc1.apk).
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).

## Android API support

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4096m
kotlin.code.style=official
VERSION_NAME=2.1.0-rc1
VERSION_NAME=2.1.0-rc2
VERSION_CODE=12

0 comments on commit f807c6d

Please sign in to comment.