Skip to content

Commit 2a7a4a3

Browse files
committed
update readme
1 parent 7978a55 commit 2a7a4a3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **SmartScanSdk**
1+
# **SmartScan SDK**
22

33
## Table of Contents
44

@@ -187,6 +187,18 @@ SmartScanSdk/
187187

188188
## Installation
189189

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+
190202
### **1. Install Core Module**
191203

192204
```gradle

0 commit comments

Comments
 (0)