Update version numbers

This commit is contained in:
Simon 2022-09-30 20:00:14 +01:00
parent 325deba431
commit a235a57205
3 changed files with 5 additions and 5 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.drbeef.ioq3quest' applicationId = 'com.drbeef.ioq3quest'
minSdkVersion 25 minSdkVersion 25
targetSdkVersion 26 targetSdkVersion 26
versionCode 1 versionCode 58
versionName "1.0" versionName "1.1.3"
externalNativeBuild { externalNativeBuild {
cmake { cmake {
arguments '-DANDROID_STL=c++_static' arguments '-DANDROID_STL=c++_static'

View File

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

View File

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