Skip to content

Commit 41aac29

Browse files
committed
Add version to zipaligned APK file name
1 parent 9486977 commit 41aac29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<zipalign>
161161
<skip>false</skip>
162162
<verbose>true</verbose>
163-
<outputApk>${project.build.directory}/${project.artifactId}-signed-aligned.apk
163+
<outputApk>${project.build.directory}/${project.artifactId}-${project.version}-signed-aligned.apk
164164
</outputApk>
165165
</zipalign>
166166
<manifest>
@@ -183,7 +183,7 @@
183183
<configuration>
184184
<artifacts>
185185
<artifact>
186-
<file>${project.build.directory}/${project.artifactId}-signed-aligned.apk</file>
186+
<file>${project.build.directory}/${project.artifactId}-${project.version}-signed-aligned.apk</file>
187187
<type>apk</type>
188188
<classifier>signed-aligned</classifier>
189189
</artifact>

0 commit comments

Comments
 (0)