codeplay-common 2.0.8 → 2.0.9
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.
|
@@ -1089,7 +1089,7 @@ const checkAdmobConfigurationProperty=()=>{
|
|
|
1089
1089
|
|
|
1090
1090
|
if (admobConfig.ADMOB_ENABLED)
|
|
1091
1091
|
{
|
|
1092
|
-
console.log("ℹ️ Admob is not enabled so admob-ad-configuration is skipping...");
|
|
1092
|
+
console.log("ℹ️ Admob is not enabled so 'admob-ad-configuration.json' checking is skipping...");
|
|
1093
1093
|
return;
|
|
1094
1094
|
}
|
|
1095
1095
|
|