Skip to content

Commit 4d21338

Browse files
Update migration_to_v2.md
1 parent 483c816 commit 4d21338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migration_to_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Ditching global `Configuration` class
44
In the major version 1.* of the library, the configuration was passed to the factory method `FingerprinterFactory.getInstance(context, configuration)`.
5-
Then if you wanted to get multiple fingerprints of different versions (e.g. in order to migrate to the newer version of fingerprints) you had to call `getInstance` method twice making it both ineffective and inconvenient.
5+
Then if you wanted to get multiple fingerprints of different versions (e.g. in order to migrate to a newer version of fingerprint) you had to call `getInstance` method twice making it both ineffective and inconvenient.
66

77
In the major version 2, the version is passed to `getDeviceId(..)` and `getFingerprint(..)` methods.
88

0 commit comments

Comments
 (0)