Skip to content

Commit b00754b

Browse files
committed
Updated compile and target SDk to 30
1 parent d54629f commit b00754b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
88
ext.sdkVersion = '3.0.3'

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)