From ec6e121a8d05a8fc800b538c0fc4da8c283d3243 Mon Sep 17 00:00:00 2001 From: Michael Comella <759372+mcomella@users.noreply.github.com> Date: Mon, 14 Feb 2022 10:53:40 -0800 Subject: [PATCH] No issue: review - clarify which files to update in diff Co-authored-by: Elise Richards --- docs/substituting-local-ac-and-gv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/substituting-local-ac-and-gv.md b/docs/substituting-local-ac-and-gv.md index dc999a911..aab7c16c8 100644 --- a/docs/substituting-local-ac-and-gv.md +++ b/docs/substituting-local-ac-and-gv.md @@ -51,7 +51,7 @@ diff --git a/mobile/android/geckoview/build.gradle b/mobile/android/geckoview/bu And execute `./mach build | grep version` to find a version number like `98.0.20211208151112-SNAPSHOT`. ### 3. Modify ac to consume local GV -See the diff below. Remember to update the GV version with the version you found in step 2! +Update the build.gradle and Gecko.kt file in Fenix (see the diff below). Remember to update the GV version with the version you found in step 2! ```diff diff --git a/build.gradle b/build.gradle index fa8149781f..863df65a57 100644