@capacitor/barcode-scanner 1.0.2 → 1.0.3

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.
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
  s.author = package['author']
12
12
  s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
13
13
  s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
14
- s.ios.deployment_target = '14.0'
14
+ s.ios.deployment_target = '13.0'
15
15
  s.dependency 'Capacitor'
16
16
  s.dependency 'OSBarcodeLib', '~> 1.1.0'
17
17
  s.swift_version = '5.1'
@@ -1,8 +1,8 @@
1
1
  ext {
2
2
  junitVersion = project.hasProperty('junitVersion') ? rootProject.ext.junitVersion : '4.13.2'
3
- androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.7.0'
4
- androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.2.1'
5
- androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.6.1'
3
+ androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
4
+ androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
5
+ androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
6
6
  }
7
7
 
8
8
  buildscript {
@@ -26,7 +26,7 @@ buildscript {
26
26
  }
27
27
  }
28
28
  dependencies {
29
- classpath 'com.android.tools.build:gradle:8.7.1'
29
+ classpath 'com.android.tools.build:gradle:8.2.2'
30
30
  classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
31
31
  }
32
32
  }
@@ -36,10 +36,10 @@ apply plugin: 'kotlin-android'
36
36
 
37
37
  android {
38
38
  namespace "com.capacitorjs.barcodescanner"
39
- compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 35
39
+ compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 34
40
40
  defaultConfig {
41
41
  minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 26
42
- targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 35
42
+ targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 34
43
43
  versionCode 1
44
44
  versionName "1.0"
45
45
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -78,7 +78,7 @@ repositories {
78
78
  dependencies {
79
79
  // implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'])
80
80
  //noinspection GradleDynamicVersion
81
- implementation "com.github.outsystems:osbarcode-android:1.1.3@aar"
81
+ implementation "com.github.outsystems:osbarcode-android:1.+@aar"
82
82
  implementation project(':capacitor-android')
83
83
  implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
84
84
  implementation 'androidx.activity:activity-ktx:1.8.2'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/barcode-scanner",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Capacitor plugin using Outsystems Barcode libs",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -51,10 +51,10 @@
51
51
  "html5-qrcode": "2.3.8"
52
52
  },
53
53
  "devDependencies": {
54
- "@capacitor/android": "next",
55
- "@capacitor/core": "next",
54
+ "@capacitor/android": "^6.0.0",
55
+ "@capacitor/core": "^6.0.0",
56
56
  "@capacitor/docgen": "^0.2.2",
57
- "@capacitor/ios": "next",
57
+ "@capacitor/ios": "^6.0.0",
58
58
  "@ionic/swiftlint-config": "^1.1.2",
59
59
  "@types/node": "~20.12.4",
60
60
  "@typescript-eslint/eslint-plugin": "^5.59.2",
@@ -69,7 +69,7 @@
69
69
  "typescript": "^5.4.2"
70
70
  },
71
71
  "peerDependencies": {
72
- "@capacitor/core": "next"
72
+ "@capacitor/core": "^6.0.0"
73
73
  },
74
74
  "swiftlint": "@ionic/swiftlint-config",
75
75
  "capacitor": {
@@ -80,5 +80,5 @@
80
80
  "src": "android"
81
81
  }
82
82
  },
83
- "gitHead": "ad314ca1de80dcc79d5606703fdc75c01208f444"
83
+ "gitHead": "5f1c696a09c80ad890adfb778a6ee2abcc71aa1a"
84
84
  }