Skip to content

Commit 6156927

Browse files
committed
Updated Scanbot SDK version to 4.2.0
1 parent 0874386 commit 6156927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2.0.853-SNAPSHOT"
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.2.0.853-SNAPSHOT'
9+
ext.scanbotSdkVersion = '4.2.0'
1010
}
1111

1212
plugins {

0 commit comments

Comments
 (0)