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 14e1177 commit 642d4a8Copy full SHA for 642d4a8
README.md
@@ -39,7 +39,7 @@ repositories {
39
40
//Then add implementation for SDK in dependencies in build.gradle (module:<yourmodulename>)
41
dependencies {
42
- implementation 'com.extrieve.quickcapture:QCv3:3.1.14'
+ implementation 'com.extrieve.quickcapture:QCv3:3.1.23'
43
}
44
```
45
@@ -49,7 +49,7 @@ Or Maven:
49
<dependency>
50
<groupId>com.extrieve.quickcapture</groupId>
51
<artifactId>QCv3</artifactId>
52
- <version>3.1.14</version>
+ <version>3.1.23</version>
53
</dependency>
54
55
0 commit comments