Skip to content

Commit 5a02dc4

Browse files
committed
zipalign skip has always defaulted to 'true'???
Puzzled as to how this ever worked for Agit. http://maven-android-plugin-m2site.googlecode.com/svn/zipalign-mojo.html
1 parent 00b3048 commit 5a02dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agit/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
</sign>
264264
<zipalign>
265265
<verbose>true</verbose>
266+
<skip>false</skip>
266267
<outputApk>${project.build.directory}/${project.artifactId}-${project.version}-signed-aligned.apk</outputApk>
267268
</zipalign>
268269
<manifest>

0 commit comments

Comments
 (0)