capacitor-rfid-plugin-ox 0.3.1 → 0.3.2

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.
@@ -45,16 +45,20 @@ android {
45
45
  repositories {
46
46
  google()
47
47
  mavenCentral()
48
+
49
+ flatDir {
50
+ dirs("libs")
51
+ }
48
52
  }
49
53
 
50
54
 
51
55
  dependencies {
52
- implementation fileTree(dir: 'libs', include: ['*.jar'])
56
+ implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'])
53
57
  implementation project(':capacitor-android')
54
58
  implementation files('libs/platform_sdk_v3.1.221124.jar')
55
- implementation project(':rfid-urovo-usdk')
59
+ api project(':rfid_urovo_usdk')
56
60
  implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
57
61
  testImplementation "junit:junit:$junitVersion"
58
62
  androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
59
63
  androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
60
- }
64
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-rfid-plugin-ox",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "rfid read-write",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",