Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Update to the latest Maven Android plugin.
Browse files Browse the repository at this point in the history
The newest version of Maven broke the old plugin. Whether that's a commentary on Maven's API or the plugin's implementation (or both) I do not know...
  • Loading branch information
JakeWharton committed Mar 3, 2015
1 parent 1b75893 commit c41a3c3
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/android-activity-graphs/pom.xml
Expand Up @@ -54,7 +54,7 @@
<build>
<plugins>
<plugin>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<extensions>true</extensions>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion examples/android-simple/pom.xml
Expand Up @@ -50,7 +50,7 @@
<build>
<plugins>
<plugin>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<extensions>true</extensions>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Expand Up @@ -68,9 +68,9 @@
<pluginManagement>
<plugins>
<plugin>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>3.8.2</version>
<version>4.1.1</version>
<configuration>
<sdk>
<platform>16</platform>
Expand Down

0 comments on commit c41a3c3

Please sign in to comment.