From e76f21fb1fe6a23c5f1ffeb982a6c4b6852e7d9b Mon Sep 17 00:00:00 2001 From: Chris Arriola Date: Wed, 23 Mar 2022 09:32:39 -0700 Subject: [PATCH] chore: Replace default MAPS_API_KEY value. (#900) Change-Id: I4080de8db81d54c126ad5af3a3070b4afcbea22e --- ApiDemos/java/local.defaults.properties | 2 +- ApiDemos/kotlin/local.defaults.properties | 2 +- WearOS/local.defaults.properties | 2 +- snippets/local.defaults.properties | 2 +- .../java/CurrentPlaceDetailsOnMap/local.defaults.properties | 2 +- tutorials/java/MapWithMarker/local.defaults.properties | 3 +-- tutorials/java/Polygons/local.defaults.properties | 2 +- .../kotlin/CurrentPlaceDetailsOnMap/local.defaults.properties | 2 +- tutorials/kotlin/MapWithMarker/local.defaults.properties | 2 +- tutorials/kotlin/Polygons/local.defaults.properties | 2 +- 10 files changed, 10 insertions(+), 11 deletions(-) diff --git a/ApiDemos/java/local.defaults.properties b/ApiDemos/java/local.defaults.properties index b4dc1ed7..b4692366 100644 --- a/ApiDemos/java/local.defaults.properties +++ b/ApiDemos/java/local.defaults.properties @@ -1 +1 @@ -MAPS_API_KEY="" \ No newline at end of file +MAPS_API_KEY=STUB_API_KEY diff --git a/ApiDemos/kotlin/local.defaults.properties b/ApiDemos/kotlin/local.defaults.properties index 9e0d438a..b4692366 100644 --- a/ApiDemos/kotlin/local.defaults.properties +++ b/ApiDemos/kotlin/local.defaults.properties @@ -1 +1 @@ -MAPS_API_KEY="" +MAPS_API_KEY=STUB_API_KEY diff --git a/WearOS/local.defaults.properties b/WearOS/local.defaults.properties index 47835b6f..920e38a2 100644 --- a/WearOS/local.defaults.properties +++ b/WearOS/local.defaults.properties @@ -1 +1 @@ -GOOGLE_MAPS_API_KEY=YOUR_API_KEY \ No newline at end of file +GOOGLE_MAPS_API_KEY=STUB_API_KEY diff --git a/snippets/local.defaults.properties b/snippets/local.defaults.properties index faf6aaed..b4692366 100644 --- a/snippets/local.defaults.properties +++ b/snippets/local.defaults.properties @@ -1 +1 @@ -MAPS_API_KEY=YOUR_API_KEY \ No newline at end of file +MAPS_API_KEY=STUB_API_KEY diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/local.defaults.properties b/tutorials/java/CurrentPlaceDetailsOnMap/local.defaults.properties index b4dc1ed7..b4692366 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/local.defaults.properties +++ b/tutorials/java/CurrentPlaceDetailsOnMap/local.defaults.properties @@ -1 +1 @@ -MAPS_API_KEY="" \ No newline at end of file +MAPS_API_KEY=STUB_API_KEY diff --git a/tutorials/java/MapWithMarker/local.defaults.properties b/tutorials/java/MapWithMarker/local.defaults.properties index f9b3e374..bca44d0d 100644 --- a/tutorials/java/MapWithMarker/local.defaults.properties +++ b/tutorials/java/MapWithMarker/local.defaults.properties @@ -5,5 +5,4 @@ # For customization when using a Version Control System, please read the # header note. #Mon Apr 06 10:50:09 PDT 2020 -sdk.dir=/Users/chrisarriola/Library/Android/sdk -MAPS_API_KEY=AIzaSyBri0nHwJxuIs8KgdsGXdJLFvg1vviUMfo +MAPS_API_KEY=STUB_API_KEY diff --git a/tutorials/java/Polygons/local.defaults.properties b/tutorials/java/Polygons/local.defaults.properties index b4dc1ed7..b4692366 100644 --- a/tutorials/java/Polygons/local.defaults.properties +++ b/tutorials/java/Polygons/local.defaults.properties @@ -1 +1 @@ -MAPS_API_KEY="" \ No newline at end of file +MAPS_API_KEY=STUB_API_KEY diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/local.defaults.properties b/tutorials/kotlin/CurrentPlaceDetailsOnMap/local.defaults.properties index b4dc1ed7..b4692366 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/local.defaults.properties +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/local.defaults.properties @@ -1 +1 @@ -MAPS_API_KEY="" \ No newline at end of file +MAPS_API_KEY=STUB_API_KEY diff --git a/tutorials/kotlin/MapWithMarker/local.defaults.properties b/tutorials/kotlin/MapWithMarker/local.defaults.properties index 9e0d438a..b4692366 100644 --- a/tutorials/kotlin/MapWithMarker/local.defaults.properties +++ b/tutorials/kotlin/MapWithMarker/local.defaults.properties @@ -1 +1 @@ -MAPS_API_KEY="" +MAPS_API_KEY=STUB_API_KEY diff --git a/tutorials/kotlin/Polygons/local.defaults.properties b/tutorials/kotlin/Polygons/local.defaults.properties index b4dc1ed7..b4692366 100644 --- a/tutorials/kotlin/Polygons/local.defaults.properties +++ b/tutorials/kotlin/Polygons/local.defaults.properties @@ -1 +1 @@ -MAPS_API_KEY="" \ No newline at end of file +MAPS_API_KEY=STUB_API_KEY