Skip to content

Commit 88dcdfb

Browse files
updated with version 3.1.7
Test application update with version 3.1.7
1 parent 9583281 commit 88dcdfb

File tree

17 files changed

+112
-16
lines changed

17 files changed

+112
-16
lines changed

java_sample/.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java_sample/.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java_sample/.idea/compiler.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java_sample/.idea/gradle.xml

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java_sample/.idea/misc.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java_sample/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ plugins {
44

55
android {
66
namespace 'com.extrieve.quickcapture.docappjava'
7-
compileSdk 33
7+
compileSdk 34
88

99
defaultConfig {
1010
applicationId "com.extrieve.quickcapture.docappjava"
1111
minSdk 21
12-
targetSdk 33
12+
targetSdk 34
1313
versionCode 1
14-
versionName "1.0"
14+
versionName "1.1"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
@@ -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.7'
37+
implementation 'com.extrieve.quickcapture:QCv3:3.1.7'
3838
}

java_sample/app/src/main/java/com/extrieve/quickcapture/docappjava/MainActivity.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ private void SetConfig() {
104104

105105
//can set output file path
106106
Config.CaptureSupport.OutputPath = BuildStoragePath();
107+
108+
Config.CaptureSupport.DocumentCropping = Config.CaptureSupport.CroppingType.LiveDetection;
109+
110+
Config.CaptureSupport.EnableFlash = true;
111+
112+
Config.CaptureSupport.CropFilter = Config.CaptureSupport.CropImageFilterType.ENHANCE;
113+
107114
}
108115

109116
/*DEV_HELP : BuildStoragePath*/

java_sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '8.0.2' apply false
4-
id 'com.android.library' version '8.0.2' apply false
3+
id 'com.android.application' version '8.1.1' apply false
4+
id 'com.android.library' version '8.1.1' apply false
55
}

kotlin_sample/.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kotlin_sample/.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)