From 2a849358f8f0ea784d30d054e477ffe6af825237 Mon Sep 17 00:00:00 2001 From: Kalila <69767640+digisomni@users.noreply.github.com> Date: Tue, 15 Dec 2020 04:13:18 -0500 Subject: [PATCH] Update BUILD_ANDROID.md --- BUILD_ANDROID.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD_ANDROID.md b/BUILD_ANDROID.md index c0eecd3b33..47a3a4434b 100644 --- a/BUILD_ANDROID.md +++ b/BUILD_ANDROID.md @@ -29,9 +29,9 @@ From the _SDK Tools_ tab, select the following Still in the _SDK Tools_ tab, check off _Show Package Details_ at the bottom. Select CMake 3.6.4. Do this even if you have a separate CMake installation. Also, make sure the NDK installed version is 18 (or higher). -Now go back to _File_ then _Project Structure_ then under _Project_ set the Android Gradel Plugin Version to `3.2.1` and Gradel Version to `4.10.1`. +Now go back to _File_ then _Project Structure_ then under _Project_ set the Android Gradle Plugin Version to `3.2.1` and Gradle Version to `4.10.1`. -If Android Studio pops open the "Plugin Update Recommeded" dialog, do not click update, just click X on the top right to close. Later versions of the gradel plugin have known issues with cz.malohlava. +If Android Studio pops open the "Plugin Update Recommeded" dialog, do not click update, just click X on the top right to close. Later versions of the Gradle plugin have known issues with cz.malohlava. ## Environment