Skip to content

Commit 1a8bd0d

Browse files
authored
Merge pull request #46 from doo/ak/update-to-3.0.3
Updated Scanbot Barcode SDK to the version 3.0.3
2 parents e66cb7e + b00754b commit 1a8bd0d

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

Libraries.txt

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

33
CWAC-Camera
44

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.compileVersion = 29
5-
ext.targetVersion = 29
4+
ext.compileVersion = 30
5+
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.2'
8+
ext.sdkVersion = '3.0.3'
99
repositories {
1010
google()
1111
jcenter()

example_app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
package="io.scanbot.example.sdk.barcode">
44

55
<uses-permission android:name="android.permission.CAMERA" />
6-
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
7-
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
86

97
<application
108
android:name=".ExampleApplication"

0 commit comments

Comments
 (0)