Merge pull request #1529 from cslee/master
Fix AndroidX migration URL in README.md
This commit is contained in:
commit
3d3b93fc78
|
@ -49,7 +49,7 @@ Send a submission request to the [Submit App](https://inappwebview.dev/submit-ap
|
|||
|
||||
- Dart sdk: ">=2.15.0 <3.0.0"
|
||||
- Flutter: ">=3.0.0"
|
||||
- Android: `minSdkVersion 19` and add support for `androidx` (see [AndroidX Migration](https://flutter.dev/docs/development/androidx-migration) to migrate an existing app)
|
||||
- Android: `minSdkVersion 19` and add support for `androidx` (see [AndroidX Migration](https://docs.flutter.dev/development/platform-integration/android/androidx-migration) to migrate an existing app)
|
||||
- iOS 9.0+: `--ios-language swift`, Xcode version `>= 14`
|
||||
- MacOS 10.11+: Xcode version `>= 14`
|
||||
|
||||
|
|
Loading…
Reference in New Issue