versionCode is moved to version.xml to generate automatically.

This commit is contained in:
2014-12-21 22:53:46 +04:00
parent d8ec889464
commit d629b42784
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.vostan.sokoban"
android:versionCode="0x00010001"
android:versionCode="@string/version_code"
android:versionName="@string/git_version">
<uses-sdk android:minSdkVersion="10"
android:targetSdkVersion="14"/>