Skip to content

Commit 6d79bc9

Browse files
authored
Merge pull request #410 from doo/android_ds_7.1.1
[EPIC-6349] android DS 7.1.1
2 parents fe28b1d + 99e81fe commit 6d79bc9

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

Libraries.txt

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
CWAC-Camera
44

@@ -61,6 +61,27 @@ See the License for the specific language governing permissions and
6161
limitations 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+
6485
Kotlin Standard Library
6586

6687
Version 1.9.25

classic-components-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

data-capture-ready-to-use-ui-example/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

document-scanner-ready-to-use-ui-example/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
}
4040
}
4141

42-
def scanbotSdkVersion = "7.1.0"
42+
def scanbotSdkVersion = "7.1.1"
4343

4444
dependencies {
4545

0 commit comments

Comments
 (0)