Skip to content

Commit

Permalink
testing without zipalign
Browse files Browse the repository at this point in the history
  • Loading branch information
msx80 authored Sep 20, 2024
1 parent 71fb2f2 commit 115c207
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android-mvn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,18 +271,18 @@
<phase>package</phase>
<goals>
<goal>apk</goal>
<goal>zipalign</goal>
<!--<goal>zipalign</goal>-->
</goals>
</execution>
</executions>
<configuration>
<zipalignSkip>false</zipalignSkip>
<zipalign>
<!--<zipalign>
<skip>false</skip>
<verbose>true</verbose>
<inputApk>${project.build.directory}/${cartridge.artifactId}.apk</inputApk>
<outputApk>${project.build.directory}/${cartridge.artifactId}.apk</outputApk>
</zipalign>
</zipalign>-->
<!-- read natives from the folder we have unpacked them earlier -->
<nativeLibrariesDirectory>${project.build.directory}/libgdxnatives/</nativeLibrariesDirectory>
<sdk>
Expand Down

0 comments on commit 115c207

Please sign in to comment.