Necessary changes to publish on GooglePlay. GooglePlay
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 08 Aug 2014 16:11:30 +0200
branchGooglePlay
changeset 1930c7070a30735
parent 189 be4b4c93c1ea
child 213 828e1e7908fc
Necessary changes to publish on GooglePlay.
More info at wiki.apidesign.org/wiki/GooglePlay
minesweeper/AndroidManifest.xml
minesweeper/pom.xml
     1.1 --- a/minesweeper/AndroidManifest.xml	Tue Aug 05 09:45:07 2014 +0200
     1.2 +++ b/minesweeper/AndroidManifest.xml	Fri Aug 08 16:11:30 2014 +0200
     1.3 @@ -26,8 +26,8 @@
     1.4  -->
     1.5  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     1.6      package="org.apidesign.demo.minesweeper"
     1.7 -    android:versionCode="1"
     1.8 -    android:versionName="1.0-SNAPSHOT" >
     1.9 +    android:versionCode="4"
    1.10 +    android:versionName="2.4" >
    1.11  
    1.12      <uses-sdk
    1.13          android:minSdkVersion="8"
     2.1 --- a/minesweeper/pom.xml	Tue Aug 05 09:45:07 2014 +0200
     2.2 +++ b/minesweeper/pom.xml	Fri Aug 08 16:11:30 2014 +0200
     2.3 @@ -4,7 +4,7 @@
     2.4  
     2.5    <groupId>org.apidesign.demo</groupId>
     2.6    <artifactId>minesweeper</artifactId>
     2.7 -  <version>2.0-SNAPSHOT</version>
     2.8 +  <version>2.4</version>
     2.9    <packaging>jar</packaging>
    2.10    <parent>
    2.11        <artifactId>demo</artifactId>
    2.12 @@ -349,7 +349,10 @@
    2.13                            <resourceDirectory>target/res</resourceDirectory>
    2.14                            <classifier>apk</classifier>
    2.15                            <attachJar>false</attachJar>
    2.16 -                          <apkDebug>debug</apkDebug>
    2.17 +                          <release>true</release>
    2.18 +                          <sign>
    2.19 +                            <debug>false</debug>
    2.20 +                          </sign>
    2.21                            <assetsDirectory>src/main/webapp</assetsDirectory>
    2.22                            <sdk>
    2.23                                <platform>19</platform>