We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81133a7 commit 3bc98e8Copy full SHA for 3bc98e8
README.md
@@ -19,7 +19,7 @@ repositories {
19
}
20
21
dependencies {
22
- implementation 'com.extrieve.quickcapture:QCv2:2.1.3'
+ implementation 'com.extrieve.quickcapture:QCv3:3.0.5'
23
24
```
25
@@ -28,8 +28,8 @@ Or Maven:
28
```xml
29
<dependency>
30
<groupId>com.extrieve.quickcapture</groupId>
31
- <artifactId>QCv2</artifactId>
32
- <version>2.1.2</version>
+ <artifactId>QCv5</artifactId>
+ <version>3.0.5</version>
33
</dependency>
34
35
@@ -41,7 +41,7 @@ Compatibility
41
42
43
44
-QuickCapture android SDK v 2.1.3
+QuickCapture android SDK v 3.0.5
45
46
## API and integration Details
47
0 commit comments