]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - AndroidManifest.xml
Update gradle version.
[Dictionary.git] / AndroidManifest.xml
index 3954c4fe8623d74d56336782f7d5b0f635ea563d..21d6a06f2addb73a83338cee42f940a226480208 100644 (file)
@@ -2,7 +2,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.hughes.android.dictionary"
     android:installLocation="auto"
-    android:versionCode="84"
+    android:versionCode="85"
     android:versionName="5.3.4" >
 
     <uses-sdk
     <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"