We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9486977 commit 41aac29Copy full SHA for 41aac29
app/pom.xml
@@ -160,7 +160,7 @@
160
<zipalign>
161
<skip>false</skip>
162
<verbose>true</verbose>
163
- <outputApk>${project.build.directory}/${project.artifactId}-signed-aligned.apk
+ <outputApk>${project.build.directory}/${project.artifactId}-${project.version}-signed-aligned.apk
164
</outputApk>
165
</zipalign>
166
<manifest>
@@ -183,7 +183,7 @@
183
<configuration>
184
<artifacts>
185
<artifact>
186
- <file>${project.build.directory}/${project.artifactId}-signed-aligned.apk</file>
+ <file>${project.build.directory}/${project.artifactId}-${project.version}-signed-aligned.apk</file>
187
<type>apk</type>
188
<classifier>signed-aligned</classifier>
189
</artifact>
0 commit comments