Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Makarov committed May 16, 2023
1 parent 70d375d commit 3541f94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0.0"
implementation "com.github.fingerprintjs:fingerprint-android:2.0.1"
}
```

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

## Android API support

Expand Down
4 changes: 2 additions & 2 deletions 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.0.0
VERSION_CODE=9
VERSION_NAME=2.0.1
VERSION_CODE=10

0 comments on commit 3541f94

Please sign in to comment.