versionCode is moved to version.xml to generate automatically.
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user