Skip to content

Commit 1c2e6c3

Browse files
committed
Update sdk snapshot, libraries.txt, gradle
1 parent 986ddc2 commit 1c2e6c3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Libraries.txt

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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.246-SNAPSHOT"
88

99
repositories {
1010
google()
@@ -14,7 +14,7 @@ buildscript {
1414
maven { url "https://nexus.scanbot.io/nexus/content/repositories/snapshots/" }
1515
}
1616
dependencies {
17-
classpath('com.android.tools.build:gradle:7.0.4')
17+
classpath('com.android.tools.build:gradle:7.4.1')
1818
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
1919
}
2020
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip

0 commit comments

Comments
 (0)