Updated ready for v28 build

This commit is contained in:
Simon 2022-03-29 22:54:14 +01:00
parent fd6be39c0e
commit bcf9287a85
3 changed files with 4 additions and 4 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="39"
android:versionName="0.26.2">
android:versionCode="40"
android:versionName="0.28.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"/>-->

View File

@ -3082,7 +3082,7 @@ static void UI_Update(const char *name) {
trap_Cvar_SetValue( "r_subdivisions", 12 );
break;
case 2:
trap_Cvar_SetValue( "r_subdivisions", 20 );
trap_Cvar_SetValue( "r_subdivisions", 80 );
break;
}
} else if (Q_stricmp(name, "ui_glCustom") == 0) {

View File

@ -3,7 +3,7 @@
setlocal
set BUILD_TYPE=release
set VERSION=0.27.1
set VERSION=0.28.0
@REM Define the following environment variables to sign a release build
@REM set KEYSTORE=