Skip to content

Commit 6360dbd

Browse files
authored
Merge pull request #106 from doo/dd/EPIC-2865-update-to-3.5.0-snapshot
[EPIC-2865] Update sdk snapshot, libraries.txt, gradle
2 parents 986ddc2 + 46cb5dc commit 6360dbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Libraries.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Open Source libraries used in the Scanbot Barcode Scanner SDK for Android version 3.4.0
1+
Open Source libraries used in the Scanbot Barcode Scanner SDK for Android version 3.5.0
22

33
CWAC-Camera
44

@@ -1266,7 +1266,7 @@ and users must comply to its license: https://github.com/fmtlib/fmt/blob/master/
12661266

12671267
Tensorflow
12681268

1269-
Version 339ccc2b03
1269+
Version v2.10.0
12701270
(https://github.com/tensorflow/tensorflow)
12711271

12721272
Apache License

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
ext.targetVersion = 30
55
ext.minVersion = 21
66
ext.kotlin_version = "1.6.21" // use the same version as SDK does
7-
ext.sdkVersion = "3.4.0"
7+
ext.sdkVersion = "3.5.0"
88

99
repositories {
1010
google()

0 commit comments

Comments
 (0)