]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - AndroidManifest.xml
Avoid inheriting from Application.
[Dictionary.git] / AndroidManifest.xml
index e901fb607c7d4b306445eaddb04e382ecebe8661..c3d8d9f034998e72f4dbd1c84b6a8b8aa2e61f18 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="89"
-    android:versionName="5.3.6" >
+    android:versionCode="90"
+    android:versionName="5.3.7" >
 
     <uses-sdk
         android:minSdkVersion="10"
@@ -21,7 +21,6 @@
     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
 
     <application
-        android:name=".DictionaryApplication"
         android:allowBackup="true"
         android:resizeableActivity="true"
         android:icon="@drawable/icon"