cordova-plugin-ad-admob
Advanced tools
Comparing version 1.0.117 to 1.0.118
{ | ||
"name": "cordova-plugin-ad-admob", | ||
"version": "1.0.117", | ||
"version": "1.0.118", | ||
"description": "Show admob banner, interstitial and rewarded video ad", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -23,4 +23,10 @@ | ||
if (typeof isTest == 'undefined') { | ||
isOverlap=rewardedVideoAdUnit; | ||
isTest=isOverlap; | ||
//isOverlap=rewardedVideoAdUnit; | ||
//isTest=isOverlap; | ||
rewardedVideoAdUnit_=rewardedVideoAdUnit; | ||
isOverlap_=isOverlap; | ||
isTest_=isTest; | ||
// | ||
isOverlap=rewardedVideoAdUnit_; | ||
isTest=isOverlap_; | ||
} | ||
@@ -27,0 +33,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6017247
581