Skip to content

Commit 5c78ae9

Browse files
authored
[EPIC-5630] Android DS: 6.2.1 (#395)
1 parent eb8d6d7 commit 5c78ae9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 6.2.0
1+
Open Source libraries used in the Scanbot SDK for Android version 6.2.1
22

33
CWAC-Camera
44

classic-components-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ allprojects {
1515

1616
jvmToolchainVersion = 17
1717

18-
scanbotSdkVersion = "6.2.0"
18+
scanbotSdkVersion = "6.2.1"
1919

2020
androidCoreKtxVersion = "1.6.0"
2121
constraintLayoutVersion = "2.0.4"

data-capture-ready-to-use-ui-example/app/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 = "6.2.0"
77+
def scanbotSdkVersion = "6.2.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")

document-scanner-ready-to-use-ui-example/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
}
3838
}
3939

40-
def scanbotSdkVersion = "6.2.0"
40+
def scanbotSdkVersion = "6.2.1"
4141

4242
dependencies {
4343

0 commit comments

Comments
 (0)