diff --git a/docs/docs/SETUP.mdx b/docs/docs/SETUP.mdx index 8105e87..6839175 100644 --- a/docs/docs/SETUP.mdx +++ b/docs/docs/SETUP.mdx @@ -62,6 +62,8 @@ Open your project's `AndroidManifest.xml` and add the following lines inside the ``` +Make sure your Android SDK version is `30` or higher, see [the example app's `build.gradle`](https://github.com/cuvent/react-native-vision-camera/blob/main/example/android/build.gradle#L6-L9) for reference. + ## Permissions VisionCamera also provides functions to easily get and request Microphone and Camera permissions.