emi-indo-cordova-plugin-admob 1.5.3 → 1.5.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emi-indo-cordova-plugin-admob",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "Cordova Plugin Admob Android IOS",
5
5
  "cordova": {
6
6
  "id": "emi-indo-cordova-plugin-admob",
package/plugin.xml CHANGED
@@ -1,6 +1,6 @@
1
1
  <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2
2
  xmlns:android="http://schemas.android.com/apk/res/android"
3
- id="emi-indo-cordova-plugin-admob" version="1.5.3">
3
+ id="emi-indo-cordova-plugin-admob" version="1.5.4">
4
4
 
5
5
  <name>emiAdmobPlugin</name>
6
6
  <description>Cordova Plugin Admob Android IOS</description>
@@ -1322,7 +1322,7 @@ class emiAdmobPlugin : CordovaPlugin() {
1322
1322
 
1323
1323
  "full_width_adaptive" -> bannerView!!.setAdSize(
1324
1324
  AdSize.getCurrentOrientationAnchoredAdaptiveBannerAdSize(
1325
- mContext!!, AdSize.FULL_WIDTH
1325
+ mContext!!, adWidth
1326
1326
  )
1327
1327
  )
1328
1328