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 120163a commit 1f4e354Copy full SHA for 1f4e354
README.md
@@ -38,7 +38,7 @@ repositories {
38
39
//Then add implementation for SDK in dependencies in build.gradle (module:<yourmodulename>)
40
dependencies {
41
- implementation 'com.extrieve.quickcapture:QCv3:3.1.10'
+ implementation 'com.extrieve.quickcapture:QCv3:3.1.13'
42
}
43
```
44
@@ -48,7 +48,7 @@ Or Maven:
48
<dependency>
49
<groupId>com.extrieve.quickcapture</groupId>
50
<artifactId>QCv3</artifactId>
51
- <version>3.1.10</version>
+ <version>3.1.13</version>
52
</dependency>
53
54
0 commit comments