File tree Expand file tree Collapse file tree 8 files changed +52
-1
lines changed
CurrentPlaceDetailsOnMap/app Expand file tree Collapse file tree 8 files changed +52
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ dependencies {
57
57
}
58
58
59
59
secrets {
60
+ // To add your Maps API key to this project:
61
+ // 1. If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
62
+ // 2. Add this line, where YOUR_API_KEY is your API key:
63
+ // MAPS_API_KEY=YOUR_API_KEY
60
64
propertiesFileName = " secrets.properties"
65
+
66
+ // A properties file containing default secret values. This file can be
67
+ // checked in version control.
61
68
defaultPropertiesFileName = " local.defaults.properties"
62
69
}
Original file line number Diff line number Diff line change 1
1
MAPS_API_KEY =DEFAULT_API_KEY
2
- PLACES_API_KEY =YOUR_API_KEY
2
+ PLACES_API_KEY =DEFAULT_API_KEY
Original file line number Diff line number Diff line change @@ -55,5 +55,13 @@ dependencies {
55
55
}
56
56
57
57
secrets {
58
+ // To add your Maps API key to this project:
59
+ // 1. If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
60
+ // 2. Add this line, where YOUR_API_KEY is your API key:
61
+ // MAPS_API_KEY=YOUR_API_KEY
62
+ propertiesFileName = " secrets.properties"
63
+
64
+ // A properties file containing default secret values. This file can be
65
+ // checked in version control.
58
66
defaultPropertiesFileName = " local.defaults.properties"
59
67
}
Original file line number Diff line number Diff line change @@ -55,5 +55,13 @@ dependencies {
55
55
}
56
56
57
57
secrets {
58
+ // To add your Maps API key to this project:
59
+ // 1. If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
60
+ // 2. Add this line, where YOUR_API_KEY is your API key:
61
+ // MAPS_API_KEY=YOUR_API_KEY
62
+ propertiesFileName = " secrets.properties"
63
+
64
+ // A properties file containing default secret values. This file can be
65
+ // checked in version control.
58
66
defaultPropertiesFileName = " local.defaults.properties"
59
67
}
Original file line number Diff line number Diff line change @@ -60,6 +60,13 @@ dependencies {
60
60
}
61
61
62
62
secrets {
63
+ // To add your Maps API key to this project:
64
+ // 1. If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
65
+ // 2. Add this line, where YOUR_API_KEY is your API key:
66
+ // MAPS_API_KEY=YOUR_API_KEY
63
67
propertiesFileName = " secrets.properties"
68
+
69
+ // A properties file containing default secret values. This file can be
70
+ // checked in version control.
64
71
defaultPropertiesFileName = " local.defaults.properties"
65
72
}
Original file line number Diff line number Diff line change @@ -69,6 +69,13 @@ dependencies {
69
69
}
70
70
71
71
secrets {
72
+ // To add your Maps API key to this project:
73
+ // 1. If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
74
+ // 2. Add this line, where YOUR_API_KEY is your API key:
75
+ // MAPS_API_KEY=YOUR_API_KEY
72
76
propertiesFileName = " secrets.properties"
77
+
78
+ // A properties file containing default secret values. This file can be
79
+ // checked in version control.
73
80
defaultPropertiesFileName = " local.defaults.properties"
74
81
}
Original file line number Diff line number Diff line change @@ -64,6 +64,13 @@ dependencies {
64
64
}
65
65
66
66
secrets {
67
+ // To add your Maps API key to this project:
68
+ // 1. If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
69
+ // 2. Add this line, where YOUR_API_KEY is your API key:
70
+ // MAPS_API_KEY=YOUR_API_KEY
67
71
propertiesFileName = " secrets.properties"
72
+
73
+ // A properties file containing default secret values. This file can be
74
+ // checked in version control.
68
75
defaultPropertiesFileName = " local.defaults.properties"
69
76
}
Original file line number Diff line number Diff line change @@ -64,6 +64,13 @@ dependencies {
64
64
}
65
65
66
66
secrets {
67
+ // To add your Maps API key to this project:
68
+ // 1. If the secrets.properties file does not exist, create it in the same folder as the local.properties file.
69
+ // 2. Add this line, where YOUR_API_KEY is your API key:
70
+ // MAPS_API_KEY=YOUR_API_KEY
67
71
propertiesFileName = " secrets.properties"
72
+
73
+ // A properties file containing default secret values. This file can be
74
+ // checked in version control.
68
75
defaultPropertiesFileName = " local.defaults.properties"
69
76
}
You can’t perform that action at this time.
0 commit comments