You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ This library is continuously being improved. Please contact us at support@crypto
6
6
7
7
Javadoc can be found here: https://help.cryptolens.io/api/java/
8
8
9
+
## 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`.
0 commit comments