capacitor-dex-editor 0.0.81 → 0.0.82

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.
@@ -37,9 +37,9 @@ android {
37
37
  }
38
38
  }
39
39
 
40
- // 支持的 ABI
40
+ // 支持的 ABI - 仅保留 ARM 架构(x86 用电脑端 C++ MCP)
41
41
  ndk {
42
- abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64'
42
+ abiFilters 'arm64-v8a', 'armeabi-v7a'
43
43
  }
44
44
  }
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-dex-editor",
3
- "version": "0.0.81",
3
+ "version": "0.0.82",
4
4
  "description": "Capacitor-plugin-for-editing-DEX-files-in-APK",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",