Skip to content

Commit

Permalink
updated dependency for android 4 to the one in the central repo and c…
Browse files Browse the repository at this point in the history
…ompatibitibilty to latest release from sdk
  • Loading branch information
mosabua committed Jan 23, 2012
1 parent 6f20c09 commit b9611ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions support4demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@

<dependencies>
<dependency>
<groupId>android</groupId>
<!-- android 4x from the central repository-->
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>4.0_r1</version>
<version>4.0.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<!-- compatibibilty library at this stage still from Maven Android SDK Deployer -->
<groupId>android.support</groupId>
<artifactId>compatibility-v4</artifactId>
<version>r4</version>
<version>r6</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit b9611ba

Please sign in to comment.