Skip to content

Commit

Permalink
docs(android): explain where to apply the variables change (#2791)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNetkow authored Apr 17, 2020
1 parent 4b40494 commit e5bd2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs-md/android/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e5bd2eb

Please sign in to comment.