Update build/version number

This commit is contained in:
Simon 2024-04-19 23:02:52 +01:00
parent 035ec2f90d
commit 7f3682a492
4 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.drbeef.rtcwquest"
android:versionCode="49"
android:versionName="1.3.0" android:installLocation="auto" >
android:versionCode="51"
android:versionName="1.4.0" android:installLocation="auto" >
<!-- Tell the system this app requires OpenGL ES 3.1. -->
<uses-feature android:glEsVersion="0x00030001" android:required="true"/>

View file

@ -1,6 +1,6 @@
#Wed Dec 09 11:51:35 GMT 2020
#Fri Apr 19 19:06:14 BST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

View file

@ -42,7 +42,7 @@ If you have questions concerning this license or the applicable additional terms
// q_shared.h -- included first by ALL program modules.
// A user mod should never modify this file
#define Q3_VERSION "RTCWQuest 1.3.0 (Wolf 1.41)"
#define Q3_VERSION "RTCWQuest 1.4.0 (Wolf 1.41)"
// ver 1.0.0 - release
// ver 1.0.1 - post-release work
// ver 1.1.0 - patch 1 (12/12/01)

View file

@ -1,4 +1,4 @@
rootProject.projectDir = new File(settingsDir, '../../../..')
rootProject.name = "RTCWQuest"
include ':', 'VrSamples:RTCWQuest:Projects:Android'
include ':', ':VrSamples:RTCWQuest:Projects:Android'