Change-Id: Ice46654e6876b1e1a4aa83c2dd5115a49a99ebf0
Signed-off-by: gitknilch <gitknilch@cwde.de>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.cwde.freeshisen"
- android:versionCode="3"
- android:versionName="0.3" >
+ android:versionCode="1"
+ android:versionName="0.1" >
<uses-sdk
android:minSdkVersion="5"
android:targetSdkVersion="10" >
+ <!-- targetSdkVersion *must* be <=10 so we can show the legacy "menu" button -->
</uses-sdk>
<application