Skip to content

Commit

Permalink
Merge pull request #51 from fingerprintjs/docs/dependencies-add-googl…
Browse files Browse the repository at this point in the history
…e-location

Docs: add com.google.android.gms:play-services-location dependency
  • Loading branch information
Sergey-Makarov authored Dec 20, 2023
2 parents 195b20f + 9f88e10 commit 1bce4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies {
}
```

Note: Fingerprint PRO Android uses [FingerprintJS Android](https://github.com/fingerprintjs/fingerprintjs-android), [kotlin-stdlib](https://kotlinlang.org/api/latest/jvm/stdlib/) and [androidx.core:core](https://developer.android.com/jetpack/androidx/releases/core) as dependencies.
Note: Fingerprint PRO Android uses [FingerprintJS Android](https://github.com/fingerprintjs/fingerprintjs-android), [kotlin-stdlib](https://kotlinlang.org/api/latest/jvm/stdlib/) and [androidx.core:core](https://developer.android.com/jetpack/androidx/releases/core) as dependencies. Additionally, [com.google.android.gms:play-services-location](https://developers.google.com/android/reference/com/google/android/gms/location/package-summary) is required when [Geolocation Spoofing Detection Smart Signal](https://dev.fingerprint.com/docs/smart-signals-overview#geolocation-spoofing-detection) functionality is used.

#### Sync gradle settings.

Expand Down

0 comments on commit 1bce4a6

Please sign in to comment.