Update AndroidManifest.xml

This commit is contained in:
Simon 2022-03-18 22:29:52 +00:00
parent 58d51a9b47
commit 1999c0f540
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.drbeef.ioq3quest"
android:installLocation="preferExternal"
android:versionCode="36"
android:versionName="0.25.0">
android:versionCode="37"
android:versionName="0.26.0">
<uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="true" />
<uses-feature android:glEsVersion="0x00030001" />
<!-- <uses-feature android:name="oculus.software.overlay_keyboard" android:required="false"/>-->