From 395000d82a8797359d1146e04392884de2f4ff19 Mon Sep 17 00:00:00 2001 From: Josh Kasten Date: Thu, 7 Mar 2024 16:19:27 -0500 Subject: [PATCH] update readme supported android versions We support Android 14 (API 34) for a while but this readme was never updated. Also since OneSignal-Android-SDK 5.0.0 we only support Android 5.0 (API 21). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c084185a4b..2bb274fd0d 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ For account issues and support please contact OneSignal support from the [OneSig To make things easier, we have published demo projects in the `/Examples` folder of this repository. #### Supports: -* Tested from Android 4.1.0 (API level 16) to Android 12 (31) +* Tested from Android 5.0 (API level 21) to Android 14 (34)