Skip to content

Commit

Permalink
Update README.markdown for platform 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ncornette committed Oct 26, 2014
1 parent 15d3ced commit 2b9dde5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -116,8 +116,8 @@ To install only a certain sdk level use
mvn install -P 4.2
mvn install -P 4.3
mvn install -P 4.4
mvn install -P 4.4W
mvn install -P L
mvn install -P 4.4W
mvn install -P 5.0

As a result you should find the android.jar and maps.jar and a number of other
libraries in your users local repository (~/.m2/repository/) and you can therefore
Expand Down Expand Up @@ -234,7 +234,7 @@ For the core platforms
<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
<version>L_r1</version>
<version>5.0_r1</version>
<scope>provided</scope>
</dependency>
```
Expand Down

0 comments on commit 2b9dde5

Please sign in to comment.