Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Garcia committed May 14, 2021
1 parent 5abe8f7 commit 3114c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/google_maps_flutter/google_maps_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
}
```

**Important:** This means that app would require users to have Android SDK 20 or higher.
This means that app would only be available to users that run Android SDK 20 or higher.

2. Specify your API key in the application manifest `android/app/src/main/AndroidManifest.xml`:

Expand Down
4 changes: 2 additions & 2 deletions packages/webview_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ implementation. Note that on Android versions prior to Android 10 Hybrid Composi
```groovy
android {
defaultConfig {
minSdkVersion 20
minSdkVersion 19
}
}
```

**Important:** This means that app would require users to have Android SDK 20 or higher.
This means that app would only be available to users that run Android SDK 19 or higher.

2. To enable hybrid composition, set `WebView.platform = SurfaceAndroidWebView();` in `initState()`.
For example:
Expand Down

0 comments on commit 3114c67

Please sign in to comment.