diff --git a/README.md b/README.md index deaea78..e047d4d 100644 --- a/README.md +++ b/README.md @@ -121,19 +121,6 @@ We should add `AndroidManifest.xml` to include additional `` unde ``` -In `android/app/build.gradle` set `minSdkVersion` to >= 18. - -```gradle -android { - ... - defaultConfig { - ... - minSdkVersion 18 - ... - } -} -``` - ## API reference [API reference](https://pub.dev/documentation/oauth2_custom_uri_scheme/latest/oauth2_custom_uri_scheme/oauth2_custom_uri_scheme-library.html) on [pub.dev](https://pub.dev).