Skip to content

Commit 649af6c

Browse files
committed
Prepare for Google Play release
1 parent 97a57be commit 649af6c

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,14 @@
4343
<assetsDirectory>${project.basedir}/assets</assetsDirectory>
4444
<resourceDirectory>${project.basedir}/res</resourceDirectory>
4545
<nativeLibrariesDirectory>${project.basedir}/src/main/native</nativeLibrariesDirectory>
46+
<release>true</release>
4647
<sdk>
4748
<platform>22</platform>
4849
</sdk>
49-
<undeployBeforeDeploy>true</undeployBeforeDeploy>
50+
<sign>
51+
<debug>false</debug>
52+
</sign>
53+
<undeployBeforeDeploy>true</undeployBeforeDeploy>
5054
</configuration>
5155
</plugin>
5256
<plugin>

sign.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore /home/nico/d/d/wya/nr-commons.keystore commons/target/commons-1.0-SNAPSHOT.apk nrkeystorealias
2+
zipalign -f -v 4 commons/target/commons-1.0-SNAPSHOT.apk commons/target/commons-1.0-SNAPSHOT_signed.apk

upload-to-commons-1024x500.png

468 KB
Loading

upload-to-commons-512x512.png

14 KB
Loading

0 commit comments

Comments
 (0)