From ca87523049300a059018ff3b200c7e1962b55611 Mon Sep 17 00:00:00 2001 From: pichillilorenzo Date: Mon, 11 Mar 2019 04:24:41 +0100 Subject: [PATCH] updated README.md file --- .idea/workspace.xml | 8 ++++---- README.md | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f2c0c9f4..c3718724 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -74,8 +74,8 @@ - - + + @@ -762,8 +762,8 @@ - - + + diff --git a/README.md b/README.md index 37a99693..8b98d6d3 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ This plugin is inspired by the popular [cordova-plugin-inappbrowser](https://git - Dart sdk: ">=2.1.0-dev.7.1 <3.0.0" - Flutter: ">=0.10.1 <2.0.0" +### Note for Android +During the build, if Android fails with `Error: uses-sdk:minSdkVersion 16 cannot be smaller than version 17 declared in library`, it means that you need to update the `minSdkVersion` of your `build.gradle` file to at least `17`. + ### IMPORTANT Note for iOS If you are starting a new fresh app, you need to create the Flutter App with `flutter create -i swift` (see [flutter/flutter#13422 (comment)](https://github.com/flutter/flutter/issues/13422#issuecomment-392133780)), otherwise, you will get this message: ```