mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Prepare for Google Play release
This commit is contained in:
parent
97a57be47a
commit
649af6c516
4 changed files with 7 additions and 1 deletions
6
pom.xml
6
pom.xml
|
|
@ -43,10 +43,14 @@
|
|||
<assetsDirectory>${project.basedir}/assets</assetsDirectory>
|
||||
<resourceDirectory>${project.basedir}/res</resourceDirectory>
|
||||
<nativeLibrariesDirectory>${project.basedir}/src/main/native</nativeLibrariesDirectory>
|
||||
<release>true</release>
|
||||
<sdk>
|
||||
<platform>22</platform>
|
||||
</sdk>
|
||||
<undeployBeforeDeploy>true</undeployBeforeDeploy>
|
||||
<sign>
|
||||
<debug>false</debug>
|
||||
</sign>
|
||||
<undeployBeforeDeploy>true</undeployBeforeDeploy>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue