From 1ddca99032c7c8f40904ef8eec4dedba278f83f9 Mon Sep 17 00:00:00 2001 From: Jason Merino Date: Tue, 1 Mar 2022 07:45:47 -0800 Subject: [PATCH] Fix typo for "build.gradle" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6583180..c352460 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ $ npm install @onfido/react-native-sdk --save #### 4.2 Update your Android build.gradle files -Update your build.grade files to reference the Android SDK, and enable multi-dex. If you build your project using the `react-native init`, with a `build.gradle` in the `android/` and `android/app/` directories, you can run this script to do it: +Update your build.gradle files to reference the Android SDK, and enable multi-dex. If you build your project using the `react-native init`, with a `build.gradle` in the `android/` and `android/app/` directories, you can run this script to do it: ```shell $ npm --prefix node_modules/@onfido/react-native-sdk/ run updateBuildGradle