Skip to content

Commit 00b66b8

Browse files
Version up to 2.1.0
1 parent b175fbc commit 00b66b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Add this to a `build.gradle` of a module.
7979
```gradle
8080
dependencies {
8181
...
82-
implementation "com.github.fingerprintjs:fingerprint-android:2.1.0-rc3"
82+
implementation "com.github.fingerprintjs:fingerprint-android:2.1.0"
8383
}
8484
```
8585

@@ -171,7 +171,7 @@ Check out [Migration to V2](docs/migration_to_v2.md) for migration steps and the
171171

172172
## Fingerprint Android Demo App
173173

174-
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).
174+
Try the library features in the [Fingerprint Android Demo App](https://github.com/fingerprintjs/fingerprintjs-android/releases/download/2.1.0/Playground-release-2.1.0.apk).
175175

176176
## Android API support
177177

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
android.useAndroidX=true
22
org.gradle.jvmargs=-Xmx4096m
33
kotlin.code.style=official
4-
VERSION_NAME=2.1.0-rc3
4+
VERSION_NAME=2.1.0
55
VERSION_CODE=12

0 commit comments

Comments
 (0)