We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7978a55 commit 2a7a4a3Copy full SHA for 2a7a4a3
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# **SmartScanSdk**
+# **SmartScan SDK**
2
3
## Table of Contents
4
@@ -187,6 +187,18 @@ SmartScanSdk/
187
188
## Installation
189
190
+Add the JitPack repository to your build file (settings.gradle)
191
+
192
+```gradle
193
+dependencyResolutionManagement {
194
+ repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
195
+ repositories {
196
+ mavenCentral()
197
+ maven { url = uri("https://jitpack.io") }
198
+ }
199
+}
200
+```
201
202
### **1. Install Core Module**
203
204
```gradle
0 commit comments