Skip to content
Permalink
Browse files
Changes needed to publish on GooglePlay
  • Loading branch information
Jaroslav Tulach committed Sep 26, 2015
1 parent 8bcb365 commit 35a46c493118026abe5ea2dfc702e746b624cbb0
Showing 2 changed files with 7 additions and 3 deletions.
@@ -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>
@@ -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"

0 comments on commit 35a46c4

Please sign in to comment.