Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchhentges committed Nov 8, 2015
1 parent c9aeb71 commit af5f7df
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ Google dropped support for getting Android sources from Maven local, so you're g
to "maven local" to build Position Mock.

1. Install Android SDK
2. Install Android 21 Platform and Google Play services
2. Run `android`, and install:
* Android 21 Platform
* Google Play services
* Google Repository
* Android Support Repository
3. Get a [Google Maps API Key](https://developers.google.com/maps/documentation/android/signup)
4. Save your key in `~/gradle.properties` under the variable `positionMockApiKey`
4. In `~/gradle.properties`, enter `positionMockApiKey=YOUR_KEY_HERE`
3. Run `gradle build`

## Purpose
Expand Down

0 comments on commit af5f7df

Please sign in to comment.