File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ repositories {
3838
3939//Then add implementation for SDK in dependencies in build.gradle (module:<yourmodulename>)
4040dependencies {
41- implementation 'com.extrieve.quickcapture:QCv3:3.1.7 '
41+ implementation 'com.extrieve.quickcapture:QCv3:3.1.10 '
4242}
4343```
4444
@@ -48,7 +48,7 @@ Or Maven:
4848<dependency >
4949 <groupId >com.extrieve.quickcapture</groupId >
5050 <artifactId >QCv3</artifactId >
51- <version >3.1.7 </version >
51+ <version >3.1.10 </version >
5252</dependency >
5353```
5454
@@ -454,7 +454,7 @@ var ImageHelper: ImgHelper? = ImgHelper(this)
454454 ```
455455 ```kotlin
456456 //KOTLIN
457- var thumb = ImageHelper!!.CompressToJPEG(bitmap, outputFilePath);
457+ var Iscompressed = ImageHelper!!.CompressToJPEG(bitmap, outputFilePath);
458458
459459 ```
460460
You can’t perform that action at this time.
0 commit comments