Skip to content

Commit 73eeb2b

Browse files
authored
[camera_android_camerax] Update Android minimum SDK version (#9945)
#9853 bumped it to 23, so updating the README. ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent 636102c commit 73eeb2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/camera/camera/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Flutter plugin for iOS, Android and Web allowing access to the device cameras.
88

99
| | Android | iOS | Web |
1010
|----------------|---------|-----------|------------------------|
11-
| **Support** | SDK 21+ | iOS 12.0+ | [See `camera_web `][1] |
11+
| **Support** | SDK 23+ | iOS 12.0+ | [See `camera_web `][1] |
1212

1313
## Features
1414

@@ -37,10 +37,10 @@ If editing `Info.plist` as text, add:
3737

3838
### Android
3939

40-
Change the minimum Android sdk version to 21 (or higher) in your `android/app/build.gradle` file.
40+
Change the minimum Android sdk version to 23 (or higher) in your `android/app/build.gradle` file.
4141

4242
```groovy
43-
minSdkVersion 21
43+
minSdk = 23
4444
```
4545

4646
The endorsed [`camera_android_camerax`][2] implementation of the camera plugin built with CameraX has

0 commit comments

Comments
 (0)