Skip to content

Commit

Permalink
update maven-android & roboguice plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Mar 16, 2011
1 parent 5cf8589 commit 508f4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.roboguice</groupId>
<artifactId>roboguice</artifactId>
<version>1.1</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand All @@ -124,7 +124,7 @@
<plugin>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<artifactId>maven-android-plugin</artifactId>
<version>2.9.0-beta-1</version>
<version>2.9.0-beta-2</version>
<configuration>
<sdk>
<path>${user.home}/android-sdk/</path>
Expand Down

0 comments on commit 508f4d3

Please sign in to comment.