]> git.zerfleddert.de Git - FreeShisen/commitdiff
re-start version number counting after rename
authorgitknilch <gitknilch@cwde.de>
Thu, 7 Mar 2013 17:03:36 +0000 (18:03 +0100)
committergitknilch <gitknilch@cwde.de>
Thu, 7 Mar 2013 17:03:36 +0000 (18:03 +0100)
Change-Id: Ice46654e6876b1e1a4aa83c2dd5115a49a99ebf0
Signed-off-by: gitknilch <gitknilch@cwde.de>
AndroidManifest.xml

index 651a554962cc8f62aab484a404d315c3a2057d7f..1f6e324de0afa1c7b1ed0f5fd6cbceda7694315c 100644 (file)
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="de.cwde.freeshisen"
 <?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" >
 
     <uses-sdk
         android:minSdkVersion="5"
         android:targetSdkVersion="10" >
+        <!-- targetSdkVersion *must* be <=10 so we can show the legacy "menu" button -->
     </uses-sdk>
 
     <application
     </uses-sdk>
 
     <application
Impressum, Datenschutz