Skip to content

Commit d839746

Browse files
Merge pull request #123 from fingerprintjs/release/2.2.0
Version up: 2.1.0 -> 2.2.0
2 parents b9ee5bf + 4d573bc commit d839746

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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"
82+
implementation "com.github.fingerprintjs:fingerprint-android:2.2.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/Playground-release-2.1.0.apk).
174+
Try the library features in the [Fingerprint Android Demo App](https://github.com/fingerprintjs/fingerprintjs-android/releases/download/2.2.0/Playground-release-2.2.0.apk).
175175

176176
## Android API support
177177

gradle.properties

Lines changed: 2 additions & 2 deletions
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
5-
VERSION_CODE=12
4+
VERSION_NAME=2.2.0
5+
VERSION_CODE=13

0 commit comments

Comments
 (0)