]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - AndroidManifest.xml
Attempt to fix issue #49.
[Dictionary.git] / AndroidManifest.xml
index 245ba6fea8489211cf0b98e3a58688f28a3fecf7..47de4b1fb78dfa10c1d8a6f17040efb051d84487 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="23"
-    android:versionName="4.0.1" >
+    android:versionCode="71"
+    android:versionName="5.2.11" >
 
     <uses-sdk
         android:minSdkVersion="10"
@@ -22,7 +22,7 @@
         android:allowBackup="true"
         android:icon="@drawable/icon"
         android:label="@string/app_name"
-        android:theme="@style/AppTheme" >
+        android:theme="@style/AppBaseThemeDark" >
         <meta-data
             android:name="com.google.android.backup.api_key"
             android:value="AEdPqrEAAAAIUa0cU0ZHbBpYXJqm0vVUP5IAjr5D4iUeX7UwiQ" />
@@ -60,7 +60,7 @@
 
             <!--
            @author Dominik Köppl
-                       Added two different intents to catch simple and advanced queries from other extern applications.
+                       Added two different intents to catch simple and advanced queries from other external applications.
             -->
             <intent-filter>
                 <action android:name="android.intent.action.SEARCH" />
         </activity>
     </application>
 
-</manifest>
\ No newline at end of file
+</manifest>