Skip to content

Commit bfd68bc

Browse files
authored
Merge pull request #368 from doo/5.0.1_hotfix
[EPIC-4449] Update to sdk 5.0.1
2 parents cba5bc6 + 693f614 commit bfd68bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Libraries.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Open Source libraries used in the Scanbot SDK for Android version 5.0.0
1+
Open Source libraries used in the Scanbot SDK for Android version 5.0.1
22
CWAC-Camera
33

44
Version 0.6.42

classical-components-demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ allprojects {
1212
minSdkVersion = 21
1313
targetSdkVersion = 33
1414

15-
scanbotSdkVersion = "5.0.0"
15+
scanbotSdkVersion = "5.0.1"
1616

1717
constraintLayoutVersion = "2.0.4"
1818
coroutinesAndroidVersion = "1.7.3"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version")
7575
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version")
7676

77-
def scanbotSdkVersion = "5.0.0"
77+
def scanbotSdkVersion = "5.0.1"
7878
implementation("io.scanbot:sdk-package-4:$scanbotSdkVersion")
7979
implementation("io.scanbot:sdk-package-ui:$scanbotSdkVersion")
8080
implementation("io.scanbot:rtu-ui-v2-bundle:$scanbotSdkVersion")

0 commit comments

Comments
 (0)