Skip to content

Commit f04fc03

Browse files
authored
Update README.md
1 parent 39d4db8 commit f04fc03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ This library is continuously being improved. Please contact us at support@crypto
77
Javadoc can be found here: https://help.cryptolens.io/api/java/
88

99
## Adding the library
10-
There are two pre-compiled jar files: `cryptolens.jar` and `cryptolens-android.jar`. If your application is cross platform or if you would like to have as few dependencies as possible (e.g., without `slf4j`), we recommend to use `cryptolens-android.jar` instead. It contains all the methods except for `GetMachineCode` and `IsOnRightMachine`.
10+
There are two pre-compiled jar files: `cryptolens.jar` and `cryptolens-android.jar`. If your application is cross platform or if you would like to have as few dependencies as possible (e.g., without `slf4j`), we recommend to use `cryptolens-android.jar` instead.
11+
12+
If you choose to use `cryptolens-android.jar`, `GetMachineCode` and `IsOnRightMachine` need to be called with the version parameter set to 2. For example, `Helpers.GetMachineCode(2)` or `Helpers.IsOnRightMachine(license, 2)`.
1113

1214
## Example
1315

0 commit comments

Comments
 (0)