Skip to content

Commit 186d471

Browse files
committed
Update AndroidManifest version to 1.4.
(Probably can stop doing this though as Eclipse builds are no longer used for releases).
1 parent 8a7661a commit 186d471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.ppsspp.ppsspp"
44
android:installLocation="auto"
5-
android:versionCode="1301"
6-
android:versionName="1.3.0.1">
5+
android:versionCode="14000000"
6+
android:versionName="1.4.0.0">
77

88
<uses-sdk
99
android:minSdkVersion="9"

0 commit comments

Comments
 (0)