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 f0daa57 commit cf263c8Copy full SHA for cf263c8
README.md
@@ -28,7 +28,7 @@ repositories {
28
29
//Then add implementation for SDK in dependencies in build.gradle (module:<yourmodulename>)
30
dependencies {
31
- implementation 'com.extrieve.quickcapture:QCv3:3.0.5'
+ implementation 'com.extrieve.quickcapture:QCv3:3.0.6'
32
}
33
```
34
@@ -38,7 +38,7 @@ Or Maven:
38
<dependency>
39
<groupId>com.extrieve.quickcapture</groupId>
40
<artifactId>QCv3</artifactId>
41
- <version>3.0.5</version>
+ <version>3.0.6</version>
42
</dependency>
43
44
0 commit comments