aboutsummaryrefslogtreecommitdiffstats
path: root/Android/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Android/AndroidManifest.xml')
-rw-r--r--Android/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Android/AndroidManifest.xml b/Android/AndroidManifest.xml
index d28759a..4d8ddf2 100644
--- a/Android/AndroidManifest.xml
+++ b/Android/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.mysociety.FixMyStreet"
- android:versionCode="6"
- android:versionName="1.0.4" >
+ android:versionCode="7"
+ android:versionName="1.9" >
<uses-sdk
android:minSdkVersion="7"
@@ -28,11 +28,11 @@
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
- android:theme="@style/AppTheme" android:allowBackup="true">
+ android:allowBackup="true">
<activity
android:name=".AndroidActivity"
android:label="@string/title_activity_main"
- android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:screenOrientation="portrait">
+ android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />