Skip to content

Commit

Permalink
destroyMRec() - missing argument (#39)
Browse files Browse the repository at this point in the history
destroyMRec() - missing argument `adUnitId` in `applovinmax.js`.

---------

Co-authored-by: applovinAsh <[email protected]>
  • Loading branch information
Chadori and applovinAsh authored Jul 10, 2023
1 parent 77c6889 commit 5cd344f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Versions

## 1.1.2
* Fix `destroyMRec` API by adding the missing argument.
## 1.1.1
* Fix `plugins.xml` using a deprecated CocoaPods repository.
## 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion plugin/www/applovinmax.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ var AppLovinMAX = {
callNative('hideMRec', [adUnitId]);
},

destroyMRec: function () {
destroyMRec: function (adUnitId) {
callNative('destroyMRec', [adUnitId]);
},

Expand Down

0 comments on commit 5cd344f

Please sign in to comment.