From 756df023ddb956bffab3e6fbe2d22f316543f9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Mu=CC=88ller?= Date: Fri, 23 Apr 2021 20:09:29 +0200 Subject: [PATCH] fixed min req. for iOS and Android --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9c9e9e0..c8cfc634 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ The old calls with the old configurations will still work. ### iOS -Platform >= 10 +Platform >= 12 ### Android -minSDK >= 19 +minSDK >= 21 ## Example