Skip to content

Commit 0874386

Browse files
committed
Updated Scanbot SDK version to 4.2.0.853-SNAPSHOT
1 parent 63a9b30 commit 0874386

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.853-SNAPSHOT"
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.853-SNAPSHOT'
1010
}
1111

1212
plugins {

0 commit comments

Comments
 (0)