We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e416057 + 4e5806b commit 7fba401Copy full SHA for 7fba401
1 file changed
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.7'
+ implementation 'com.extrieve.quickcapture:QCv3:3.1.10'
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.7</version>
+ <version>3.1.10</version>
52
</dependency>
53
54
@@ -454,7 +454,7 @@ var ImageHelper: ImgHelper? = ImgHelper(this)
454
455
```kotlin
456
//KOTLIN
457
- var thumb = ImageHelper!!.CompressToJPEG(bitmap, outputFilePath);
+ var Iscompressed = ImageHelper!!.CompressToJPEG(bitmap, outputFilePath);
458
459
460
0 commit comments