From df70654418bdb7f239c348c00bcd2cc1a1fdceca Mon Sep 17 00:00:00 2001
From: Cleopatra <patrathewhiz@gmail.com>
Date: Tue, 2 Feb 2021 08:51:02 +0000
Subject: [PATCH] Update building.md

---
 content/page/building.md | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/content/page/building.md b/content/page/building.md
index fd92541..cb8f022 100644
--- a/content/page/building.md
+++ b/content/page/building.md
@@ -5,8 +5,7 @@ aliases:
 title: Building the Source Code
 ---
 
-1\) Download and install the Java Development Kit and [Android
-Studio](http://developer.android.com/sdk/index.html).
+1\) Download and install [Android Studio](http://developer.android.com/sdk/index.html).
 
 2\) Launch Android Studio and select **Get from Version Control** from the Welcome Screen.
 
@@ -28,14 +27,13 @@ This process may take a bit, and you should see a dialog similar to this.
 
 6\) Wait for Gradle to sync. 
 
-You may be unable to successfully build Briar due to the error: *It is not fully supported to define distributionSha256Sum in gradle/wrapper/gradle-wrapper.properties. Using an incorrect value may freeze or crash Android Studio.Please manually verify or remove this property from all of included projects if applicable. For more details, see https://github.com/gradle/gradle/issues/9361*.
+You may be unable to successfully build Briar due to the error: *It is not fully supported to define distributionSha256Sum in gradle/wrapper/gradle-wrapper.properties...*
 
-To resolve this error, navigate to **gradle/wrapper/gradle-wrapper.properties**, remove the **distributionSha256Sum** line and save the project. 
-Then select **Sync project with Gradle Files** from the **File** menu to restart the sync process. 
+To resolve this error, click the link that says **Use "c9910513d..." as checksum for https://services.gradle.org/distributions/gradle-6.5-all.zip and sync project** from the Event Log.
 
-![](/img/building/06.png)
+It takes several minutes to download, install, verify and configure the required packages and tools. If the sync process fails at any point, select **Sync project with Gradle Files** from the **File** menu to restart the process. 
 
-It takes several minutes to download, install, verify and configure the required packages and tools.
+![](/img/building/06.png)
 
 7\) When Gradle sync is complete, select **Build** > **Build Bundle(s)/APK(s)** > **Build APK(s)** from the Android Studio menu.
 
-- 
GitLab