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.
- package/files/finalrelease21 +1 -1
- package/package.json +1 -1
package/files/finalrelease21
CHANGED
|
@@ -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');
|