]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - AndroidManifest.xml
Allow to escape only unicode chars
[Dictionary.git] / AndroidManifest.xml
index 265e30903b42cd1ad58f5ff235a5d8ee085a77a9..1291450b7634e43c184aefb48ecdeff6e8b73479 100644 (file)
@@ -2,12 +2,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.hughes.android.dictionary"
     android:installLocation="auto"
-    android:versionCode="102"
-    android:versionName="5.4.7" >
-
-    <uses-sdk
-        android:minSdkVersion="10"
-        android:targetSdkVersion="26" />
+    android:versionCode="112"
+    android:versionName="5.5.7" >
 
     <uses-feature
         android:name="android.hardware.touchscreen"