From 4491f727b5a9a37c1043e40422670e93af1a62cb Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Sun, 7 Mar 2021 11:39:09 +0100 Subject: [PATCH] Update SETUP.mdx --- docs/docs/SETUP.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/SETUP.mdx b/docs/docs/SETUP.mdx index 19d71af..5d87f4d 100644 --- a/docs/docs/SETUP.mdx +++ b/docs/docs/SETUP.mdx @@ -64,7 +64,7 @@ Open your project's `AndroidManifest.xml` and add the following lines inside the #### Compatibility -VisionCamera requires a minimum Android SDK version of 21, and a target SDK version of 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. +VisionCamera requires a minimum Android SDK version of **21 or higher**, and a target SDK version of **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. Open your project's `build.gradle`, and set the following values: