]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - AndroidManifest.xml
Avoid unnecessary use of startsWith.
[Dictionary.git] / AndroidManifest.xml
index 9e0e00282c79fa62eccdb8e8f807300a8e4665f0..3afdac64a6d5990ea5482211ea00a76854fdd5e0 100644 (file)
@@ -2,8 +2,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.hughes.android.dictionary"
     android:installLocation="auto"
-    android:versionCode="85"
-    android:versionName="5.3.4" >
+    android:versionCode="88"
+    android:versionName="5.3.6" >
 
     <uses-sdk
         android:minSdkVersion="10"
     <application
         android:name=".DictionaryApplication"
         android:allowBackup="true"
+        android:resizeableActivity="true"
         android:icon="@drawable/icon"
         android:banner="@drawable/banner_tv"
         android:label="@string/app_name"
+        android:supportsRtl="true"
         android:theme="@style/AppBaseThemeDark" >
         <meta-data
             android:name="com.google.android.backup.api_key"