Skip to content

Commit

Permalink
chore: fixed Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Nov 6, 2023
1 parent 04721a1 commit 4df7fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.androdi.com/tools" >
xmlns:tools="http://schemas.android.com/tools" >

<!-- Remove ACCESS_FINE_LOCATION from the merged manifest since this sample does not use
`PlacesClient.findCurrentPlace()` -->
Expand Down

0 comments on commit 4df7fbd

Please sign in to comment.