Skip to content

Commit

Permalink
Merge pull request #258 from ncornette/l-cleanup
Browse files Browse the repository at this point in the history
Cleanup android L resources, and update README
  • Loading branch information
mosabua committed Oct 29, 2014
2 parents 670f64c + 035dfb5 commit 9203a1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 126 deletions.
18 changes: 9 additions & 9 deletions README.markdown
Original file line number Diff line number Diff line change
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 @@ -185,42 +185,42 @@ For the core platforms
<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
<version>4.0_r3</version>
<version>4.0_r4</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
<version>4.0.3_r3</version>
<version>4.0.3_r5</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
<version>4.1.2_r4</version>
<version>4.1.2_r5</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
<version>4.2.2_r2</version>
<version>4.2.2_r3</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
<version>4.3_r2</version>
<version>4.3.1_r3</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
<version>4.4.2_r3</version>
<version>4.4.2_r4</version>
<scope>provided</scope>
</dependency>

Expand All @@ -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
117 changes: 0 additions & 117 deletions platforms/android-L/pom.xml

This file was deleted.

0 comments on commit 9203a1f

Please sign in to comment.