[Android] 0.3 Release

This commit is contained in:
Ryan Houdek 2013-05-25 23:16:47 -05:00
parent 4a3bbf6165
commit 0bd8aaf9d4
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.dolphinemu.dolphinemu" package="org.dolphinemu.dolphinemu"
android:versionCode="2" android:versionCode="3"
android:versionName="0.2" > android:versionName="0.3" >
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/> <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>