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 4782214 commit 28a255fCopy full SHA for 28a255f
README.md
@@ -48,7 +48,7 @@ repositories {
48
49
//Then add implementation for SDK in dependencies in build.gradle (module:<yourmodulename>)
50
dependencies {
51
- implementation 'com.extrieve.quickcapture:QCv4:4.0.10'
+ implementation 'com.extrieve.quickcapture:QCv4:4.0.12'
52
}
53
```
54
@@ -58,7 +58,7 @@ Or Maven:
58
<dependency>
59
<groupId>com.extrieve.quickcapture</groupId>
60
<artifactId>QCv4</artifactId>
61
- <version>4.0.10</version>
+ <version>4.0.12</version>
62
</dependency>
63
64
0 commit comments