Skip to content

Commit

Permalink
Enable zipalign for Maven Android builds
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Mar 13, 2014
1 parent 654bf49 commit 8541707
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,15 @@
<artifactId>android-maven-plugin</artifactId>
<version>3.9.0-rc.1</version>
<extensions>true</extensions>
<executions>
<execution>
<id>android-zipalign</id>
<phase>package</phase>
<goals>
<goal>zipalign</goal>
</goals>
</execution>
</executions>
<configuration>
<sdk>
<platform>15</platform>
Expand All @@ -284,6 +293,9 @@
<sign>
<debug>true</debug>
</sign>
<zipalign>
<skip>false</skip>
</zipalign>
<release>false</release>
<apkDebug>true</apkDebug>
</configuration>
Expand Down

0 comments on commit 8541707

Please sign in to comment.