Skip to content

Commit

Permalink
Tweaks to Appodeal
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Dec 13, 2024
1 parent 14db232 commit c74ed62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions markdown/plugin/appodeal/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,13 @@ settings =
{
-- Base
['plugin.appodeal.base'] = { publisherId = 'com.coronalabs' },

['plugin.appodeal.Bidmachine'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Amazon'] = {publisherId = 'com.coronalabs'},
['plugin.appodeal.Bidmachine'] = { publisherId = 'com.coronalabs' }, -- Note you need all adatper for this adapter to build properly
['plugin.appodeal.GoogleAdMob'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.AppLovin'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.FacebookAudience'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.MyTarget'] = { publisherId = 'com.coronalabs' },
["plugin.appodeal.Pangle"] = {publisherId = 'com.coronalabs'},
['plugin.appodeal.Unity'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Vungle'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Yandex'] = { publisherId = 'com.coronalabs' },
Expand Down
2 changes: 1 addition & 1 deletion markdown/plugin/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ Interested in [creating a plugin][native.plugin]? Please see our [Plugins][nativ
#### [StartApp][plugin.startapp]
#### [SuperAwesome][plugin.superawesome]
#### [Supersonic][plugin.supersonic]
#### [Unity Ads][plugin.unityads]
#### [Unity Ads][plugin.unityads-v4]
#### [Vungle 6][plugin.vungle-v6]


Expand Down

0 comments on commit c74ed62

Please sign in to comment.