codeplay-common 1.1.72 → 1.1.73

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.
@@ -288,7 +288,7 @@ rl.question('Enter new versionCode (press enter to keep current): ', (newVersion
288
288
 
289
289
  // Run the Node.js script to modify plugin.xml
290
290
  if (isAdmobFound) {
291
- child_process.execSync('node modify-plugin-xml.js', { stdio: 'inherit' });
291
+ child_process.execSync('node buildCodeplay/modify-plugin-xml.js', { stdio: 'inherit' });
292
292
  } else {
293
293
  console.log("\x1b[33m%s\x1b[0m", "Seems to Pro Version [No ads found]");
294
294
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "1.1.72",
3
+ "version": "1.1.73",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",