Skip to content

Commit 218ee36

Browse files
committed
Update to Barcode SDK 3.0.5
1 parent c37505d commit 218ee36

3 files changed

Lines changed: 4 additions & 44 deletions

File tree

Libraries.txt

Lines changed: 1 addition & 43 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.0.4
1+
Open Source libraries used in the Scanbot Barcode Scanner SDK for Android version 3.0.5
22

33
CWAC-Camera
44

@@ -142,48 +142,6 @@ limitations under the License.
142142

143143

144144

145-
RxJava
146-
147-
Version 2.1.5
148-
(https://github.com/ReactiveX/RxJava)
149-
150-
Copyright (c) 2016-present, RxJava Contributors.
151-
152-
Licensed under the Apache License, Version 2.0 (the "License");
153-
you may not use this file except in compliance with the License.
154-
You may obtain a copy of the License at
155-
156-
http://www.apache.org/licenses/LICENSE-2.0
157-
158-
Unless required by applicable law or agreed to in writing, software
159-
distributed under the License is distributed on an "AS IS" BASIS,
160-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
161-
See the License for the specific language governing permissions and
162-
limitations under the License.
163-
164-
165-
166-
RxAndroid
167-
168-
Version 2.0.1
169-
(https://github.com/ReactiveX/RxAndroid)
170-
171-
Copyright 2015 The RxAndroid authors
172-
173-
Licensed under the Apache License, Version 2.0 (the "License");
174-
you may not use this file except in compliance with the License.
175-
You may obtain a copy of the License at
176-
177-
http://www.apache.org/licenses/LICENSE-2.0
178-
179-
Unless required by applicable law or agreed to in writing, software
180-
distributed under the License is distributed on an "AS IS" BASIS,
181-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
182-
See the License for the specific language governing permissions and
183-
limitations under the License.
184-
185-
186-
187145
Nameof C++
188146

189147
Version 0.8.3

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
ext.targetVersion = 30
66
ext.minVersion = 21
77
ext.kotlin_version = '1.4.20' // use the same version as SDK does
8-
ext.sdkVersion = '3.0.4'
8+
ext.sdkVersion = '3.0.5'
99
repositories {
1010
google()
1111
jcenter()

example_app/src/main/java/io/scanbot/example/sdk/barcode/Application.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ class ExampleApplication : Application() {
3131
LoggerProvider.logger.d("ExampleApplication", "+++> Feature not available: ${feature.name}")
3232
}
3333
})
34+
// Uncomment to use new Camera X approach in Ready-To-Use UI screens (BETA)
35+
// .useCameraXRtuUi(true)
3436
//.sdkFilesDirectory(this, getExternalFilesDir(null)!!)
3537
.initialize(this)
3638

0 commit comments

Comments
 (0)