Skip to content

Commit

Permalink
Changes needed to publish on GooglePlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslav Tulach committed Sep 26, 2015
1 parent 8bcb365 commit 35a46c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion client-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@
<version>${android.plugin.version}</version>
<extensions>true</extensions>
<configuration>
<apkDebug>${debug}</apkDebug>
<apkDebug>false</apkDebug>
<release>true</release>
<sign>
<debug>false</debug>
</sign>
<resourceDirectory>target/res</resourceDirectory>
<sdk>
<platform>${android.platform.version}</platform>
Expand Down
4 changes: 2 additions & 2 deletions client-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.apidesign.demo.minesweeper"
android:versionCode="1"
android:versionName="1.0-SNAPSHOT" >
android:versionCode="6"
android:versionName="3.0" >

<uses-sdk
android:minSdkVersion="8"
Expand Down

0 comments on commit 35a46c4

Please sign in to comment.