We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbad99 commit e52e897Copy full SHA for e52e897
1 file changed
README.md
@@ -19,14 +19,14 @@ Download
19
You can use this SDK in project simply by using Gradle :
20
21
```gradle
22
-//Add expack central repo in **settings.gradle**
+//Add expack central repo in settings.gradle
23
repositories {
24
google()
25
mavenCentral()
26
maven {url 'https://expack.extrieve.in/maven/'}
27
}
28
29
-//Then add implementation for SDK in dependencies in **build.gradle** *(module:<yourmodulename>)*
+//Then add implementation for SDK in dependencies in build.gradle (module:<yourmodulename>)
30
dependencies {
31
implementation 'com.extrieve.quickcapture:QCv3:3.0.5'
32
0 commit comments