From 408bc291467fd96b0cac342d58355cd8e19add8f Mon Sep 17 00:00:00 2001 From: Dominik Spicher Date: Thu, 14 May 2020 14:23:11 +0200 Subject: [PATCH] Add minSdk hint to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ba1ff2..c4a72f7 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,10 @@ controller.resume(); ``` +# SDK +Requires at least SDK 24 (Android 7.0). -# TODO'S: +# TODOs * iOS Native embedding is written to match what is supported in the framework as of the date of publication of this package. It needs to be improved as the framework support improves. * In future, options will be provided for default states. * Finally, I welcome PR's to make it better :), thanks