Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit fd319dd

Browse files
authored
Merge pull request #1601 from NativeScript/trifonov/fix-new-lines
fix new lines
2 parents 00737dc + 07087b5 commit fd319dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/core-concepts/android-runtime/advanced-topics/gradle-hooks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ slug: gradle-hooks
99

1010
NativeScript uses gradle to build android applications. The gradle build files are part of the application template that comes from the android runtime package. Sometimes, if you want to use any external plugins or libraries you need to add some code to the gradle files. There are several locations for gradle files that can be used for adding your code. They are applied in the build process in the following order:
1111

12-
`App_Resources/Android/buildscript.gradle`\
13-
plugins' `buildscript.gradle`\
14-
`App_Resources/Android/before-plugins.gradle`\
15-
plugins' `include.gradle`\
16-
`App_Resources/Android/app.gradle`
12+
1. `App_Resources/Android/buildscript.gradle`
13+
2. plugins' `buildscript.gradle`
14+
3. `App_Resources/Android/before-plugins.gradle`
15+
4. plugins' `include.gradle`
16+
5. `App_Resources/Android/app.gradle`
1717

1818
## app.gradle
1919

0 commit comments

Comments
 (0)