codeplay-common 1.8.2 → 1.8.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.
@@ -458,7 +458,7 @@ rl.question('Enter new versionCode (press enter to keep current): ', (newVersion
458
458
  try {
459
459
  // Modify the minSdkVersion based on the store
460
460
  if (storeName === "SamsungStore" || storeName === "PlayStore" ||
461
- _appPackageId=="vfx.green.editor" || _appPackageId=="audio.music.sound.editor") {
461
+ _appPackageId=="vfx.green.editor" || _appPackageId=="audio.music.sound.editor" || _appPackageId=="video.to.gif.maker") {
462
462
  if (currentMinSdkVersion !== 24) {
463
463
  variablesGradleContent = variablesGradleContent.replace(/minSdkVersion\s*=\s*\d+/, 'minSdkVersion = 24');
464
464
  console.log('minSdkVersion updated to 24 for SamsungStore & PlayStore');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",