File tree Expand file tree Collapse file tree 4 files changed +25
-4
lines changed
classic-components-example
data-capture-ready-to-use-ui-example/app
document-scanner-ready-to-use-ui-example/app Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 1- Open Source libraries used in the Scanbot SDK for Android version 7.1.0
1+ Open Source libraries used in the Scanbot SDK for Android version 7.1.1
22
33CWAC-Camera
44
@@ -61,6 +61,27 @@ See the License for the specific language governing permissions and
6161limitations under the License.
6262
6363
64+ PdfiumAndroid
65+
66+ Version 103d5855f797af78a6f33f94cb306ef1c23b2290
67+ (https://github.com/barteksc/PdfiumAndroid)
68+
69+ Original work Copyright 2015 Bekket McClane
70+ Modified work Copyright 2016 Bartosz Schiller
71+
72+ Licensed under the Apache License, Version 2.0 (the "License");
73+ you may not use this file except in compliance with the License.
74+ You may obtain a copy of the License at
75+
76+ http://www.apache.org/licenses/LICENSE-2.0
77+
78+ Unless required by applicable law or agreed to in writing, software
79+ distributed under the License is distributed on an "AS IS" BASIS,
80+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
81+ See the License for the specific language governing permissions and
82+ limitations under the License.
83+
84+
6485Kotlin Standard Library
6586
6687Version 1.9.25
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ allprojects {
1515
1616 jvmToolchainVersion = 17
1717
18- scanbotSdkVersion = " 7.1.0 "
18+ scanbotSdkVersion = " 7.1.1 "
1919
2020 androidCoreKtxVersion = " 1.6.0"
2121 constraintLayoutVersion = " 2.0.4"
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 = " 7.1.0 "
77+ def scanbotSdkVersion = " 7.1.1 "
7878
7979 implementation(" io.scanbot:sdk-package-4:$scanbotSdkVersion " )
8080 implementation(" io.scanbot:sdk-package-ui:$scanbotSdkVersion " )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ android {
3939 }
4040}
4141
42- def scanbotSdkVersion = " 7.1.0 "
42+ def scanbotSdkVersion = " 7.1.1 "
4343
4444dependencies {
4545
You can’t perform that action at this time.
0 commit comments