Skip to content

Commit 3b5ae3f

Browse files
committed
Bump version and targetSdkVersion
1 parent 698037f commit 3b5ae3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.hughes.android.dictionary"
44
android:installLocation="auto"
5-
android:versionCode="90"
6-
android:versionName="5.3.7" >
5+
android:versionCode="91"
6+
android:versionName="5.3.8" >
77

88
<uses-sdk
99
android:minSdkVersion="10"
10-
android:targetSdkVersion="23" />
10+
android:targetSdkVersion="25" />
1111

1212
<uses-feature
1313
android:name="android.hardware.touchscreen"

0 commit comments

Comments
 (0)