Skip to content

Commit

Permalink
Update install docs for release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ecgreb committed Mar 8, 2017
1 parent c4fa187 commit 194f81a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The Mapzen Android SDK and Mapzen Places API can be included in any Android app

## Download

- [Mapzen SDK](http://search.maven.org/remotecontent?filepath=com/mapzen/mapzen-android-sdk/1.3.1/mapzen-android-sdk-1.3.1.aar)
- [Mapzen Places SDK](http://search.maven.org/remotecontent?filepath=com/mapzen/mapzen-places-api/1.3.1/mapzen-places-api-1.3.1.aar), more on installing the Places SDK is [here](places.md)
- [Mapzen SDK](http://search.maven.org/remotecontent?filepath=com/mapzen/mapzen-android-sdk/1.3.2/mapzen-android-sdk-1.3.2.aar)
- [Mapzen Places SDK](http://search.maven.org/remotecontent?filepath=com/mapzen/mapzen-places-api/1.3.2/mapzen-places-api-1.3.2.aar), more on installing the Places SDK is [here](places.md)

## Maven

Expand All @@ -15,7 +15,7 @@ Include dependency using Maven.
<dependency>
<groupId>com.mapzen</groupId>
<artifactId>mapzen-android-sdk</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<type>aar</type>
</dependency>
```
Expand All @@ -30,7 +30,7 @@ repositories {
}
dependencies {
compile 'com.mapzen:mapzen-android-sdk:1.3.1'
compile 'com.mapzen:mapzen-android-sdk:1.3.2'
...
}
```

0 comments on commit 194f81a

Please sign in to comment.