chore: Updates the app level build.gradle in tutorials (#1754)

Edit the properties of the plugin to set propertiesFileName to secrets.properties.
This commit is contained in:
saranvd 2024-08-16 11:08:21 -07:00 committed by GitHub
parent 6ef256924b
commit 4fef493e6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 22 additions and 2 deletions

View File

@ -38,7 +38,7 @@ dependencies {
secrets {
// Optionally specify a different file name containing your secrets.
// The plugin defaults to "local.properties"
// If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
propertiesFileName = "secrets.properties"
// A properties file containing default secret values. This file can be

View File

@ -35,6 +35,10 @@ dependencies {
}
secrets {
// Optionally specify a different file name containing your secrets.
// If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
propertiesFileName = "secrets.properties"
// To add your Maps API key to this project:
// 1. Open the root project's local.properties file
// 2. Add this line, where YOUR_API_KEY is your API key:

View File

@ -35,6 +35,10 @@ dependencies {
}
secrets {
// Optionally specify a different file name containing your secrets.
// If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
propertiesFileName = "secrets.properties"
// To add your Maps API key to this project:
// 1. Open the root project's local.properties file
// 2. Add this line, where YOUR_API_KEY is your API key:

View File

@ -40,7 +40,7 @@ dependencies {
secrets {
// Optionally specify a different file name containing your secrets.
// The plugin defaults to "local.properties"
// If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
propertiesFileName = "secrets.properties"
// A properties file containing default secret values. This file can be

View File

@ -48,6 +48,10 @@ dependencies {
}
secrets {
// Optionally specify a different file name containing your secrets.
// If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
propertiesFileName = "secrets.properties"
// To add your Maps API key to this project:
// 1. Open the root project's local.properties file
// 2. Add this line, where YOUR_API_KEY is your API key:

View File

@ -43,6 +43,10 @@ dependencies {
}
secrets {
// Optionally specify a different file name containing your secrets.
// If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
propertiesFileName = "secrets.properties"
// To add your Maps API key to this project:
// 1. Open the root project's local.properties file
// 2. Add this line, where YOUR_API_KEY is your API key:

View File

@ -41,6 +41,10 @@ dependencies {
}
secrets {
// Optionally specify a different file name containing your secrets.
// If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
propertiesFileName = "secrets.properties"
// To add your Maps API key to this project:
// 1. Open the root project's local.properties file
// 2. Add this line, where YOUR_API_KEY is your API key: