Skip to content

Commit 85deb46

Browse files
committed
Update to DSSDK v2.3.5
Demo app been updated to use DSSDK v2.3.5 In v2.3.5 been fixed Binarization error on some image types.
1 parent 804495f commit 85deb46

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.4.1'
9+
classpath 'com.android.tools.build:gradle:3.4.2'
1010
classpath 'com.google.gms:google-services:3.2.1'
1111

1212
// NOTE: Do not place your application dependencies here; they belong

cropDemo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
targetSdkVersion 28
4646

4747
versionCode 37
48-
versionName "2.3.4." + versionCode.toString()
48+
versionName "2.3.5." + versionCode.toString()
4949

5050
ndk {
5151
abiFilters = ['armeabi-v7a', 'arm64-v8a', 'x86_64', 'x86']
@@ -97,7 +97,7 @@ repositories{
9797
}
9898

9999
dependencies {
100-
implementation('com.pixelnetica.sdk:scanning-release:2.3.4') { changing = true }
100+
implementation('com.pixelnetica.sdk:scanning-release:2.3.5') { changing = true }
101101
implementation 'com.android.support:appcompat-v7:28.0.0'
102102
implementation 'com.android.support:preference-v14:28.0.0'
103103
implementation 'com.android.support:design:28.0.0'

cropDemo/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<string name="action_revert_selection">Revert selection</string>
3939
<string name="action_expand_selection">Expand selection</string>
4040
<string name="about_title">Crop Demo</string>
41-
<string name="about_message">%1$s&lt;br&gt;Version %2$s (%3$s)&lt;br&gt;See more on &lt;a href=&quot;http://www.pixelnetica.com&quot;&gt;Pixelnetica website&lt;/a&gt;</string>
41+
<string name="about_message">%1$s&lt;br&gt;Version %2$s (%3$s)&lt;br&gt;See more on &lt;a href=&quot;https://www.pixelnetica.com/products/document-scanning-sdk/document-scanner-sdk.html&quot;&gt;Pixelnetica DSSDK&lt;/a&gt;</string>
4242
<string name="about_ok">OK</string>
4343
<string name="camera_activity_title">DI SDK Camera</string>
4444
<string name="button_camera_shot_desc">Take a shot</string>

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919
org.gradle.jvmargs=-Xmx1536M
20+
android.enableR8=false

0 commit comments

Comments
 (0)