Skip to content

Commit 99e81fe

Browse files
committed
Updated Scanbot SDK to 7.1.1
1 parent c9aa44d commit 99e81fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = "7.1.1.1137-SNAPSHOT"
18+
scanbotSdkVersion = "7.1.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 = "7.1.1.1137-SNAPSHOT"
77+
def scanbotSdkVersion = "7.1.1"
7878

7979
implementation("io.scanbot:sdk-package-4:$scanbotSdkVersion")
8080
implementation("io.scanbot:sdk-package-ui:$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
@@ -39,7 +39,7 @@ android {
3939
}
4040
}
4141

42-
def scanbotSdkVersion = "7.1.1.1137-SNAPSHOT"
42+
def scanbotSdkVersion = "7.1.1"
4343

4444
dependencies {
4545

0 commit comments

Comments
 (0)