File tree Expand file tree Collapse file tree 7 files changed +22
-2
lines changed
CurrentPlaceDetailsOnMap/app
CurrentPlaceDetailsOnMap/app Expand file tree Collapse file tree 7 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
3838
3939secrets {
4040 // Optionally specify a different file name containing your secrets.
41- // The plugin defaults to " local.properties"
41+ // If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
4242 propertiesFileName = " secrets.properties"
4343
4444 // A properties file containing default secret values. This file can be
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ dependencies {
3535}
3636
3737secrets {
38+ // Optionally specify a different file name containing your secrets.
39+ // If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
40+ propertiesFileName = " secrets.properties"
41+
3842 // To add your Maps API key to this project:
3943 // 1. Open the root project's local.properties file
4044 // 2. Add this line, where YOUR_API_KEY is your API key:
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ dependencies {
3535}
3636
3737secrets {
38+ // Optionally specify a different file name containing your secrets.
39+ // If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
40+ propertiesFileName = " secrets.properties"
41+
3842 // To add your Maps API key to this project:
3943 // 1. Open the root project's local.properties file
4044 // 2. Add this line, where YOUR_API_KEY is your API key:
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
4040
4141secrets {
4242 // Optionally specify a different file name containing your secrets.
43- // The plugin defaults to " local.properties"
43+ // If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
4444 propertiesFileName = " secrets.properties"
4545
4646 // A properties file containing default secret values. This file can be
Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ dependencies {
4848}
4949
5050secrets {
51+ // Optionally specify a different file name containing your secrets.
52+ // If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
53+ propertiesFileName = " secrets.properties"
54+
5155 // To add your Maps API key to this project:
5256 // 1. Open the root project's local.properties file
5357 // 2. Add this line, where YOUR_API_KEY is your API key:
Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ dependencies {
4343}
4444
4545secrets {
46+ // Optionally specify a different file name containing your secrets.
47+ // If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
48+ propertiesFileName = " secrets.properties"
49+
4650 // To add your Maps API key to this project:
4751 // 1. Open the root project's local.properties file
4852 // 2. Add this line, where YOUR_API_KEY is your API key:
Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ dependencies {
4141}
4242
4343secrets {
44+ // Optionally specify a different file name containing your secrets.
45+ // If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
46+ propertiesFileName = " secrets.properties"
47+
4448 // To add your Maps API key to this project:
4549 // 1. Open the root project's local.properties file
4650 // 2. Add this line, where YOUR_API_KEY is your API key:
You can’t perform that action at this time.
0 commit comments