Skip to content

Commit

Permalink
Merge pull request #8 from Trendyol/UpdateDummyGoogleApiKey
Browse files Browse the repository at this point in the history
Update dummy google api key
  • Loading branch information
enofeb authored Aug 9, 2023
2 parents edc45b7 + e1bb525 commit c5dd17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You'll still have to go through these steps at [HMS MapKit Codelab](https://deve
```XML
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="${GOOGLE_MAPS_API_KEY}" />
android:value="YOUR_GOOGLE_MAPS_API_KEY" />
```
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ⚡️ Advantage: You don't commit the api key directly to github repo.

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</activity>
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="${GOOGLE_MAPS_API_KEY}" />
android:value="YOUR_GOOGLE_MAPS_API_KEY" />
</application>

</manifest>

0 comments on commit c5dd17c

Please sign in to comment.