Skip to content

Commit

Permalink
Fix README for MAPS_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
mlykotom committed Nov 20, 2023
1 parent 15554fb commit f9d4c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdvancedStateAndSideEffectsCodelab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ the [documentation says](https://developers.google.com/maps/documentation/androi
and include it in the `local.properties` file as follows:

```
google.maps.key={insert_your_api_key_here}
MAPS_API_KEY={insert_your_api_key_here}
```

When restricting the Key to Android apps, use `androidx.compose.samples.crane` as package name, and
Expand Down

0 comments on commit f9d4c21

Please sign in to comment.