Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update AndroidManifest to v0.2
  • Loading branch information
Sonicadvance1 committed Apr 19, 2013
1 parent 491ffab commit b429cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Android/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.dolphinemu.dolphinemu"
android:versionCode="1"
android:versionName="0.1" >
android:versionCode="2"
android:versionName="0.2" >

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14"/>

Expand Down

0 comments on commit b429cb8

Please sign in to comment.