We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a9b30 commit 0874386Copy full SHA for 0874386
Libraries.txt
@@ -1,4 +1,4 @@
1
-Open Source libraries used in the Scanbot SDK for Android version 4.1.1
+Open Source libraries used in the Scanbot SDK for Android version 4.2.0
2
3
CWAC-Camera
4
classical-components-demo/build.gradle
@@ -12,7 +12,7 @@ allprojects {
12
minSdkVersion = 21
13
targetSdkVersion = 30
14
15
- scanbotSdkVersion = "4.1.1"
+ scanbotSdkVersion = "4.2.0.853-SNAPSHOT"
16
17
constraintLayoutVersion = "2.0.4"
18
coroutinesAndroidVersion = "1.4.3"
ready-to-use-ui-demo/build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
7
ext.coroutines_version = '1.4.3'
8
9
- ext.scanbotSdkVersion = '4.1.1'
+ ext.scanbotSdkVersion = '4.2.0.853-SNAPSHOT'
10
}
11
plugins {
0 commit comments