File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
33CWAC-Camera
44
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
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()
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments