Skip to content

Commit 7508373

Browse files
authored
Merge pull request #350 from doo/ak/update-to-4.2.0
Updated Scanbot SDK version to 4.2.0
2 parents 63a9b30 + 6156927 commit 7508373

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Libraries.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Open Source libraries used in the Scanbot SDK for Android version 4.1.1
1+
Open Source libraries used in the Scanbot SDK for Android version 4.2.0
22

33
CWAC-Camera
44

classical-components-demo/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ allprojects {
1212
minSdkVersion = 21
1313
targetSdkVersion = 30
1414

15-
scanbotSdkVersion = "4.1.1"
15+
scanbotSdkVersion = "4.2.0"
1616

1717
constraintLayoutVersion = "2.0.4"
1818
coroutinesAndroidVersion = "1.4.3"

ready-to-use-ui-demo/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66

77
ext.coroutines_version = '1.4.3'
88

9-
ext.scanbotSdkVersion = '4.1.1'
9+
ext.scanbotSdkVersion = '4.2.0'
1010
}
1111

1212
plugins {

0 commit comments

Comments
 (0)