From d4cea6009f5018d6bb33a486822d2c9a2927f697 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Wed, 6 Mar 2019 10:45:13 -0800 Subject: [PATCH] Add the version code to the Quest android build --- android/apps/interface/build.gradle | 5 ----- android/apps/questInterface/build.gradle | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/android/apps/interface/build.gradle b/android/apps/interface/build.gradle index f954fbc1f4..bb2745ca22 100644 --- a/android/apps/interface/build.gradle +++ b/android/apps/interface/build.gradle @@ -36,11 +36,6 @@ apply plugin: 'com.android.application' android { compileSdkVersion 26 - //buildToolsVersion '27.0.3' - - def appVersionCode = Integer.valueOf(VERSION_CODE ?: 1) - def appVersionName = RELEASE_NUMBER ?: "1.0" - defaultConfig { applicationId "io.highfidelity.hifiinterface" minSdkVersion 24 diff --git a/android/apps/questInterface/build.gradle b/android/apps/questInterface/build.gradle index 6f4f6b7441..c54401a81b 100644 --- a/android/apps/questInterface/build.gradle +++ b/android/apps/questInterface/build.gradle @@ -18,12 +18,11 @@ task renameHifiACTaskRelease(type: Copy) { android { compileSdkVersion 28 - defaultConfig { applicationId "io.highfidelity.questInterface" minSdkVersion 24 targetSdkVersion 28 - versionCode 1 + versionCode appVersionCode versionName appVersionName ndk { abiFilters 'arm64-v8a' } externalNativeBuild {