File tree Expand file tree Collapse file tree 4 files changed +4
-4
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 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
33CWAC-Camera
44
Original file line number Diff line number Diff 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"
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 = " 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 " )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ android {
3737 }
3838}
3939
40- def scanbotSdkVersion = " 6.2.0 "
40+ def scanbotSdkVersion = " 6.2.1 "
4141
4242dependencies {
4343
You can’t perform that action at this time.
0 commit comments