Skip to content

Commit

Permalink
update www/res/plugins/admob.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Dec 24, 2024
1 parent 7a95f0e commit b31a4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/res/plugins/admob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $(document).ready(() => {
function $show_banner() {
AdMob.showBanner({
adId: "ca-app-pub-6690516270288705/1043067086",
adSize: BannerAdSize.BANNER,
adSize: BannerAdSize.FULL_BANNER,
position: BannerAdPosition.BOTTOM_CENTER,
margin: 0,
// isTesting: true
Expand Down

0 comments on commit b31a4f3

Please sign in to comment.