(Android) Bump up version code to 26 - bump up version number to 1.0.0.0

This commit is contained in:
twinaphex 2014-01-02 22:11:22 +01:00
parent e10f2cfe61
commit c71f63008e

View File

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.retroarch"
android:versionCode="25"
android:versionName="0.9.9.7" >
android:versionCode="26"
android:versionName="1.0.0.0" >
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-sdk