Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSE340 Sensing and Location
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cse340
exercises
CSE340 Sensing and Location
Commits
54b1bb01
Commit
54b1bb01
authored
2 years ago
by
Lauren Bricker
Browse files
Options
Downloads
Patches
Plain Diff
fixed readme file
parent
203dabd6
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-6
6 additions, 6 deletions
README.md
with
6 additions
and
6 deletions
README.md
+
6
−
6
View file @
54b1bb01
...
...
@@ -39,7 +39,7 @@ TODOs:
b. Open up your
*module level*
`build.gradle`
file and add to the dependencies:
```
```
implementation 'com.mapbox.maps:android:10.5.0'
```
...
...
@@ -53,11 +53,11 @@ TODOs:
c. Copy and paste the code below in that the
`mapbox.xml`
resource file.
```
<resources>
<string name="mapbox_access_token"></string>
</resources>
```
```
<resources>
<string name="mapbox_access_token"></string>
</resources>
```
d. Copy your default public access key from https://account.mapbox.com/access-tokens/
into
`mapbox.xml`
inside the
`<string name="mapbox_access_token"></string>`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment