From 114fd486cc94e9f929e725a52aac234fe827151c Mon Sep 17 00:00:00 2001 From: RobinFarmer <80266735+RobinFarmer@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:57:32 +0200 Subject: [PATCH] Update README.md --- README.md | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f996d2e..5c1d80c 100644 --- a/README.md +++ b/README.md @@ -11,25 +11,11 @@ If you would like to use our scanner, please contact us [here](https://www.klipp ## Getting started ### Android - -Edit the file `android/build.gradle`, add the Klippa Maven repository: - -```maven -allprojects { - repositories { - // ... other repositories - - maven { - credentials { - username "{your-username}" - password "{your-password}" - } - url "https://custom-ocr.klippa.com/sdk/android/maven" - } - } -} +Edit the file `android/key.properties`, if it doesn't exist yet, create it. Add the SDK credentials: +``` +klippa.scanner.sdk.username={your-username} +klippa.scanner.sdk.password={your-password} ``` - Replace the `{your-username}` and `{your-password}` values with the ones provided by Klippa. ### iOS