From e5bd2eb29c169e2c0dba8d8b37f0afc57ef6d2e9 Mon Sep 17 00:00:00 2001 From: Matt Netkow Date: Fri, 17 Apr 2020 14:14:06 -0500 Subject: [PATCH] docs(android): explain where to apply the variables change (#2791) --- site/docs-md/android/updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs-md/android/updating.md b/site/docs-md/android/updating.md index c00dc5d99..f9108d4a6 100644 --- a/site/docs-md/android/updating.md +++ b/site/docs-md/android/updating.md @@ -81,7 +81,7 @@ Recommended changes: } ``` - In `android/build.gradle` file, add `apply from: "variables.gradle"` + In `android/build.gradle` file, add `apply from: "variables.gradle"` as shown [here](https://github.com/ionic-team/capacitor/blob/master/android-template/build.gradle#L18). * Use common variables