We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 986ddc2 + 46cb5dc commit 6360dbdCopy full SHA for 6360dbd
Libraries.txt
@@ -1,4 +1,4 @@
1
-Open Source libraries used in the Scanbot Barcode Scanner SDK for Android version 3.4.0
+Open Source libraries used in the Scanbot Barcode Scanner SDK for Android version 3.5.0
2
3
CWAC-Camera
4
@@ -1266,7 +1266,7 @@ and users must comply to its license: https://github.com/fmtlib/fmt/blob/master/
1266
1267
Tensorflow
1268
1269
-Version 339ccc2b03
+Version v2.10.0
1270
(https://github.com/tensorflow/tensorflow)
1271
1272
Apache License
build.gradle
@@ -4,7 +4,7 @@ buildscript {
ext.targetVersion = 30
5
ext.minVersion = 21
6
ext.kotlin_version = "1.6.21" // use the same version as SDK does
7
- ext.sdkVersion = "3.4.0"
+ ext.sdkVersion = "3.5.0"
8
9
repositories {
10
google()
0 commit comments