Skip to content

Commit

Permalink
Add version to zipaligned APK file name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Dec 5, 2012
1 parent 9486977 commit 41aac29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<zipalign>
<skip>false</skip>
<verbose>true</verbose>
<outputApk>${project.build.directory}/${project.artifactId}-signed-aligned.apk
<outputApk>${project.build.directory}/${project.artifactId}-${project.version}-signed-aligned.apk
</outputApk>
</zipalign>
<manifest>
Expand All @@ -183,7 +183,7 @@
<configuration>
<artifacts>
<artifact>
<file>${project.build.directory}/${project.artifactId}-signed-aligned.apk</file>
<file>${project.build.directory}/${project.artifactId}-${project.version}-signed-aligned.apk</file>
<type>apk</type>
<classifier>signed-aligned</classifier>
</artifact>
Expand Down

0 comments on commit 41aac29

Please sign in to comment.