Skip to content

Commit e52e897

Browse files
Update README.md
1 parent 7cbad99 commit e52e897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Download
1919
You can use this SDK in project simply by using Gradle :
2020

2121
```gradle
22-
//Add expack central repo in **settings.gradle**
22+
//Add expack central repo in settings.gradle
2323
repositories {
2424
google()
2525
mavenCentral()
2626
maven {url 'https://expack.extrieve.in/maven/'}
2727
}
2828
29-
//Then add implementation for SDK in dependencies in **build.gradle** *(module:<yourmodulename>)*
29+
//Then add implementation for SDK in dependencies in build.gradle (module:<yourmodulename>)
3030
dependencies {
3131
implementation 'com.extrieve.quickcapture:QCv3:3.0.5'
3232
}

0 commit comments

Comments
 (0)