File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
classic-components-example
data-capture-ready-to-use-ui-example/app
document-scanner-ready-to-use-ui-example/app Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 " )
Original file line number Diff line number Diff 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
4444dependencies {
4545
You can’t perform that action at this time.
0 commit comments