@idpass/smartscanner-capacitor 0.5.1-beta-1 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +3 -4
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -5,7 +5,7 @@ ext {
|
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
buildscript {
|
|
8
|
-
ext.kotlin_version = '1.
|
|
8
|
+
ext.kotlin_version = '1.4.10'
|
|
9
9
|
repositories {
|
|
10
10
|
google()
|
|
11
11
|
mavenCentral()
|
|
@@ -38,7 +38,7 @@ apply plugin: 'kotlin-android'
|
|
|
38
38
|
android {
|
|
39
39
|
compileSdkVersion 32
|
|
40
40
|
defaultConfig {
|
|
41
|
-
minSdkVersion
|
|
41
|
+
minSdkVersion 24
|
|
42
42
|
targetSdkVersion 32
|
|
43
43
|
versionCode 1
|
|
44
44
|
versionName "1.0"
|
|
@@ -148,6 +148,5 @@ dependencies {
|
|
|
148
148
|
implementation 'io.sentry:sentry-android:5.0.1'
|
|
149
149
|
|
|
150
150
|
// Barcode
|
|
151
|
-
implementation
|
|
152
|
-
implementation 'com.google.zxing:core:3.3.0'
|
|
151
|
+
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
|
|
153
152
|
}
|
package/package.json
CHANGED