Skip to content

Commit 27d4124

Browse files
committed
chore: clarify path on android files
1 parent a72a4c3 commit 27d4124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/guide/platform-version-handling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The [@nativescript/android](https://github.com/NativeScript/android) dependency
1414

1515
Beyond that, there are 2 key Android files in your project to keep an eye on with platform versioning over time:
1616

17-
1. `app.gradle`: [Gradle](https://gradle.org/) build configuration for Android which contains minimum, maximum and build-tools SDK targets.
17+
1. `App_Resources/Android/app.gradle`: [Gradle](https://gradle.org/) build configuration for Android which contains minimum, maximum and build-tools SDK targets.
1818

1919
We can specify target SDKs as follows:
2020

@@ -38,7 +38,7 @@ Every year, platforms often bump minimum requirements for public store deploymen
3838
3939
It's good to refer to these platform docs from time to time (_email notifications are also often sent to Play Store accounts on these evolving requirements_) to ensure your app's targets keep up with store requirements.
4040

41-
2. `before-plugins.gradle`: (_optional_) Some plugins may fallback to gradle configured versions which you can define here to also help align with app build configuration targets.
41+
2. `App_Resources/Android/before-plugins.gradle`: (_optional_) Some plugins may fallback to gradle configured versions which you can define here to also help align with app build configuration targets.
4242

4343
We can specify additional gradle versions as follows:
4444

0 commit comments

Comments
 (0)