Skip to content

Commit

Permalink
Update android version to 0.8.1 / 81
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jun 26, 2013
1 parent d01b0ea commit c743e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Windows/ppsspp.rc
Binary file not shown.
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.ppsspp.ppsspp"
android:versionCode="80"
android:versionName="0.8"
android:versionCode="81"
android:versionName="0.8.1"
android:installLocation="auto" >

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17"/>
Expand Down

0 comments on commit c743e02

Please sign in to comment.