We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54629f commit b00754bCopy full SHA for b00754b
2 files changed
build.gradle
@@ -1,8 +1,8 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3
buildscript {
4
- ext.compileVersion = 29
5
- ext.targetVersion = 29
+ ext.compileVersion = 30
+ ext.targetVersion = 30
6
ext.minVersion = 21
7
ext.kotlin_version = '1.4.20' // use the same version as SDK does
8
ext.sdkVersion = '3.0.3'
example_app/src/main/AndroidManifest.xml
@@ -3,8 +3,6 @@
package="io.scanbot.example.sdk.barcode">
<uses-permission android:name="android.permission.CAMERA" />
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
9
<application
10
android:name=".ExampleApplication"
0 commit comments