Skip to content

Commit 7cbad99

Browse files
Update README.md
1 parent 6cb17b8 commit 7cbad99

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ QuickCapture Mobile Scanning SDK Specially designed for native ANDROID from Extr
1616

1717
Download
1818
--------
19-
You can download a **.aar** library file from GitHub's [releases page](https://github.com/ExtrieveTechnologies/QuickCapture_Android/releases/).
20-
21-
Or use Gradle:
19+
You can use this SDK in project simply by using Gradle :
2220

2321
```gradle
22+
//Add expack central repo in **settings.gradle**
2423
repositories {
2524
google()
2625
mavenCentral()
2726
maven {url 'https://expack.extrieve.in/maven/'}
2827
}
2928
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
}
@@ -42,6 +42,9 @@ Or Maven:
4242
</dependency>
4343
```
4444

45+
Or even you can download the **.aar** library file from GitHub's [releases page](https://github.com/ExtrieveTechnologies/QuickCapture_Android/releases/) and add the file dependency manually in to the project/app.
46+
47+
4548
Compatibility
4649
-------------
4750
* **JAVA 8 Support**: QuickCapture v3 requires JAVA version 8 support for the application.

0 commit comments

Comments
 (0)