Skip to content

Commit

Permalink
chore(): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Jan 23, 2025
1 parent 2045a94 commit e9fdc06
Showing 1 changed file with 8 additions and 27 deletions.
35 changes: 8 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
</p>

<p align="center">
<img src="https://img.shields.io/maintenance/yes/2024?style=flat-square" />
<!-- <a href="https://github.com/capacitor-community/example/actions?query=workflow%3A%22CI%22"><img src="https://img.shields.io/github/workflow/status/capacitor-community/example/CI?style=flat-square" /></a> -->
<img src="https://img.shields.io/maintenance/yes/2025?style=flat-square" />
<a href="https://www.npmjs.com/package/@capacitor-community/admob"><img src="https://img.shields.io/npm/l/@capacitor-community/admob?style=flat-square" /></a>
<br>
<a href="https://www.npmjs.com/package/@capacitor-community/admob"><img src="https://img.shields.io/npm/dw/@capacitor-community/admob?style=flat-square" /></a>
Expand Down Expand Up @@ -44,30 +43,10 @@ Made with [contributors-img](https://contrib.rocks).

## Installation

If you use capacitor 6 and ios with Swift Package Manager:
If you use capacitor 6:

```bash
% npm install --save @capacitor-community/admob@next
```

If you use capacitor 5:

```
% npm install --save @capacitor-community/[email protected]
% npx cap update
```

If you use capacitor 4:

```
% npm install --save @capacitor-community/[email protected]
% npx cap update
```

capacitor 3:

```
% npm install --save @capacitor-community/[email protected]
% npm install --save @capacitor-community/admob@6
% npx cap update
```

Expand Down Expand Up @@ -1082,7 +1061,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 |
Expand Down Expand Up @@ -1134,7 +1113,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 |
Expand Down Expand Up @@ -1173,7 +1152,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

<code>{ [P in K]: T[P]; }</code>
<code>{
[P in K]: T[P];
}</code>


### Enums
Expand Down

0 comments on commit e9fdc06

Please sign in to comment.