You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,12 @@ This repository contains [Jetpack Compose][jetpack-compose] components for the [
15
15
16
16
## Requirements
17
17
18
+
* Android API level 21+
18
19
* Kotlin-enabled project
19
20
* Jetpack Compose-enabled project (see [releases](https://github.com/googlemaps/android-maps-compose/releases) for the required version of Jetpack Compose)
20
-
* An [API key][api-key]
21
-
* API level 21+
21
+
*[Sign up with Google Maps Platform]
22
+
* A Google Maps Platform [project] with the **Maps SDK for Android** enabled
23
+
* An [API key] associated with the project above
22
24
23
25
## Installation
24
26
@@ -41,10 +43,8 @@ dependencies {
41
43
42
44
This repository includes a [sample app](app).
43
45
44
-
To run it:
46
+
To run the demo app, ensure you've met the requirements above then:
45
47
46
-
1.[Sign up for Google Maps Platform ][gmp-start]
47
-
1. Get a [Maps API key][api-key]
48
48
1. Open the `secrets.properties` file in your top-level directory, and then add the following code. Replace YOUR_API_KEY with your API key. Store your key in this file because secrets.properties is excluded from being checked into a version control system.
49
49
If the `secrets.properties` file does not exist, create it in the same folder as the `local.default.properties` file.
50
50
```
@@ -496,8 +496,7 @@ If you find a bug, or have a feature request, please [file an issue] on GitHub.
496
496
497
497
You can also discuss this library on our [Discord server].
0 commit comments