From 7b4c11363164bc3c065fae478b1a214e0516bb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=8A=E5=8E=9F=E6=98=8C=E5=BD=A6?= Date: Fri, 5 May 2023 13:52:42 +0900 Subject: [PATCH] chore --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9517e41..475fdf76 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,17 @@ Made with [contributors-img](https://contrib.rocks). | **Android** | ![](demo/screenshots/md_banner.png) | ![](demo/screenshots/md_interstitial.png) | ![](demo/screenshots/md_reward.png) | ## Installation +If you use capacitor 5: + +``` +% npm install --save @capacitor-community/admob@5.0.0 +% npx cap update +``` If you use capacitor 4: ``` -% npm install --save @capacitor-community/admob@latest +% npm install --save @capacitor-community/admob@4.0.0 % npx cap update ``` @@ -803,7 +809,7 @@ When notice listener of OnAdLoaded, you can get banner size. #### AdMobError -For more information +For more information https://developers.google.com/android/reference/com/google/android/gms/ads/AdError | Prop | Type | Description | @@ -838,7 +844,7 @@ https://developers.google.com/android/reference/com/google/android/gms/ads/AdErr #### AdMobRewardItem -For more information +For more information https://developers.google.com/admob/android/rewarded-video-adapters?hl=en | Prop | Type | Description | @@ -859,7 +865,9 @@ https://developers.google.com/admob/android/rewarded-video-adapters?hl=en From T, pick a set of properties whose keys are in the union K -{ [P in K]: T[P]; } +{ + [P in K]: T[P]; + } ### Enums