Skip to content

Commit cacb696

Browse files
Upgrade SDK version to 3.0.6
Upgrade SDK version to 3.0.6 with bug fixes.
1 parent 4b25399 commit cacb696

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

java_sample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ dependencies {
3434
implementation 'com.google.android.material:material:1.5.0'
3535
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3636
/*DEV_HELP : link the preferred SDK version from maven repo by extrieve.*/
37-
implementation 'com.extrieve.quickcapture:QCv3:3.0.5'
37+
implementation 'com.extrieve.quickcapture:QCv3:3.0.6'
3838
}

kotlin_sample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ dependencies {
3838
implementation 'androidx.appcompat:appcompat:1.6.1'
3939
implementation 'com.google.android.material:material:1.5.0'
4040
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
41-
implementation 'com.extrieve.quickcapture:QCv3:3.0.5'
41+
implementation 'com.extrieve.quickcapture:QCv3:3.0.6'
4242
}

kotlin_sample/app/src/main/java/com/extrieve/quickcapture/docappkotlin/MainActivity.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ class MainActivity : AppCompatActivity() {
9999
imageHelper!!.SetPageLayout(4) //A1-A7(1-7),PHOTO,CUSTOM,ID(8,9,10)
100100
imageHelper!!.SetImageQuality(1) //0,1,2 - Photo_Quality, Document_Quality, Compressed_Document
101101
imageHelper!!.SetDPI(200) //int dpi_val = 100, 150, 200, 300, 500, 600;
102+
//imageHelper!!.SetImageQuality(ImgHelper.ImageQuality.Document_Quality)
103+
imageHelper!!.setImageQuality(ImgHelper.ImageQuality.Document_Quality.ordinal)
104+
102105

103106
//can set output file path
104107
Config.CaptureSupport.OutputPath = buildStoragePath()

0 commit comments

Comments
 (0)