Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemilla authored Nov 1, 2022
1 parent 34a150d commit e0be0d1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,16 @@ class YourMessagingService: CourierService() {

```

# Requirements & Support

| Min SDK | Compile SDK | Kotlin | Java | Firebase Cloud Messaging | Expo | OneSignal | Courier Inbox | Courier Toast |
| :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: |
| `21` | `33` ||||||||

> Most of this SDK depends on a Courier account: [`Create a Courier account here`](https://app.courier.com/signup)
> Testing push notifications requires a physical device. Simulators will not work.
Want to try a demo? Here is a link to a full sample project:
[Courier Android Sample App](https://github.com/trycourier/courier-android/tree/master/app)

Expand All @@ -105,9 +115,6 @@ Misc info about the SDK:
- To best test the SDK, you should use a physical Android device
- All functions support Coroutines!

Supported Courier Providers:
- ✅ Firebase Cloud Messaging (FCM)

 

## **Full Installation (6 Steps)**
Expand Down

0 comments on commit e0be0d1

Please sign in to comment.