]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Bump version and targetSdkVersion
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 13 Aug 2017 11:42:20 +0000 (13:42 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 13 Aug 2017 11:42:20 +0000 (13:42 +0200)
AndroidManifest.xml

index c3d8d9f034998e72f4dbd1c84b6a8b8aa2e61f18..a94fcfe86446fe5312352ba0876f8cefd7aa46f7 100644 (file)
@@ -2,12 +2,12 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.hughes.android.dictionary"
     android:installLocation="auto"
-    android:versionCode="90"
-    android:versionName="5.3.7" >
+    android:versionCode="91"
+    android:versionName="5.3.8" >
 
     <uses-sdk
         android:minSdkVersion="10"
-        android:targetSdkVersion="23" />
+        android:targetSdkVersion="25" />
 
     <uses-feature
         android:name="android.hardware.touchscreen"