File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
classical-components-demo
ready-to-use-ui-demo/rtu_ui_components Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
22CWAC-Camera
33
44Version 0.6.42
Original file line number Diff line number Diff 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"
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 = " 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 " )
You can’t perform that action at this time.
0 commit comments