Fix AndroidX migration URL in README.md

This commit is contained in:
Eric Lee 2023-02-06 22:30:40 +08:00 committed by GitHub
parent a42b0e4dfd
commit ce0056104e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Send a submission request to the [Submit App](https://inappwebview.dev/submit-ap
- Dart sdk: ">=2.14.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`