Skip to content

Commit f9d4c21

Browse files
committed
Fix README for MAPS_API_KEY
1 parent 15554fb commit f9d4c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AdvancedStateAndSideEffectsCodelab/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ the [documentation says](https://developers.google.com/maps/documentation/androi
1616
and include it in the `local.properties` file as follows:
1717

1818
```
19-
google.maps.key={insert_your_api_key_here}
19+
MAPS_API_KEY={insert_your_api_key_here}
2020
```
2121

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

0 commit comments

Comments
 (0)