capacitor-dex-editor 0.0.33 → 0.0.34

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,6 +45,7 @@ android {
45
45
  repositories {
46
46
  google()
47
47
  mavenCentral()
48
+ maven { url 'https://jitpack.io' }
48
49
  }
49
50
 
50
51
 
@@ -68,7 +69,7 @@ dependencies {
68
69
  api 'com.android.tools.build:apksig:8.7.2'
69
70
 
70
71
  // ARSCLib - 二进制 XML 解析和修改(无限制)
71
- api 'io.github.nicholsontech:arsc:2.6.3'
72
+ api 'com.github.nicholsontech:arsc:2.6.3'
72
73
 
73
74
  testImplementation "junit:junit:$junitVersion"
74
75
  androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-dex-editor",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
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",