From 0db96d2dbcdf6a8456d3b4830245ad32b8b1f1f8 Mon Sep 17 00:00:00 2001 From: Niels Andriesse <9340958+nielsandriesse@users.noreply.github.com> Date: Thu, 21 May 2020 08:46:34 +1000 Subject: [PATCH] Update BUILDING.md --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index a9c3f96dc7..989ebe7bf5 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -56,7 +56,7 @@ Setting up a development environment 4. In the SDK Tools tab of the SDK Manager, make sure that the "Android Support Repository" is installed, and that the latest "Android SDK build-tools" are installed. Click "OK" to return to the Quickstart panel. 5. From the Quickstart panel, choose "Checkout from Version Control" then "git". 6. Paste the URL for the session-android project when prompted (https://github.com/loki-project/session-android.git). -7. Android studio should detect the presence of a project file and ask you whether to open it. Click "yes". +7. Android Studio should detect the presence of a project file and ask you whether to open it. Click "yes". 9. Default config options should be good enough. 9. Project initialisation and build should proceed.