Skip to content

Commit 7fba401

Browse files
Merge branch 'QuickCapture-V3' of https://github.com/ExtrieveTechnologies/QuickCapture_Android into QuickCapture-V3
2 parents e416057 + 4e5806b commit 7fba401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
3939
//Then add implementation for SDK in dependencies in build.gradle (module:<yourmodulename>)
4040
dependencies {
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

0 commit comments

Comments
 (0)