mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 13:32:42 +02:00
Add the version code to the Quest android build
This commit is contained in:
parent
7585391642
commit
d4cea6009f
2 changed files with 1 additions and 7 deletions
|
@ -36,11 +36,6 @@ apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 26
|
compileSdkVersion 26
|
||||||
//buildToolsVersion '27.0.3'
|
|
||||||
|
|
||||||
def appVersionCode = Integer.valueOf(VERSION_CODE ?: 1)
|
|
||||||
def appVersionName = RELEASE_NUMBER ?: "1.0"
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "io.highfidelity.hifiinterface"
|
applicationId "io.highfidelity.hifiinterface"
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
|
|
|
@ -18,12 +18,11 @@ task renameHifiACTaskRelease(type: Copy) {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 28
|
compileSdkVersion 28
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "io.highfidelity.questInterface"
|
applicationId "io.highfidelity.questInterface"
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 1
|
versionCode appVersionCode
|
||||||
versionName appVersionName
|
versionName appVersionName
|
||||||
ndk { abiFilters 'arm64-v8a' }
|
ndk { abiFilters 'arm64-v8a' }
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
|
Loading…
Reference in a new issue