mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-04-19 13:05:18 +00:00
COVIDSafe code from version 1.0.17 (#1)
This commit is contained in:
parent
b827cf3cce
commit
696e4ed498
31 changed files with 205 additions and 68 deletions
|
@ -36,8 +36,8 @@ android {
|
|||
resValue "string", "build_config_package", "au.gov.health.covidsafe"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 29
|
||||
versionCode 16
|
||||
versionName "1.0.16"
|
||||
versionCode 17
|
||||
versionName "1.0.17"
|
||||
buildConfigField "String", "GITHASH", "\"${getGitHash()}\""
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
@ -90,6 +90,7 @@ android {
|
|||
buildConfigField "boolean", "ENABLE_DEBUG_SCREEN", "true"
|
||||
buildConfigField "String", "END_POINT_PREFIX", TEST_END_POINT_PREFIX
|
||||
buildConfigField "String", "BASE_URL", TEST_BASE_URL
|
||||
buildConfigField "String", "IOS_BACKGROUND_UUID", DEBUG_BACKGROUND_IOS_SERVICE_UUID
|
||||
|
||||
|
||||
String ssid = STAGING_SERVICE_UUID
|
||||
|
@ -104,6 +105,8 @@ android {
|
|||
buildConfigField "boolean", "ENABLE_DEBUG_SCREEN", "true"
|
||||
buildConfigField "String", "END_POINT_PREFIX", STAGING_END_POINT_PREFIX
|
||||
buildConfigField "String", "BASE_URL", STAGING_BASE_URL
|
||||
buildConfigField "String", "IOS_BACKGROUND_UUID", STAGING_BACKGROUND_IOS_SERVICE_UUID
|
||||
|
||||
|
||||
|
||||
// Retrieve bluetooth ssid from staging's strings.xml
|
||||
|
@ -126,6 +129,8 @@ android {
|
|||
buildConfigField "String", "BLE_SSID", PRODUCTION_SERVICE_UUID
|
||||
buildConfigField "String", "END_POINT_PREFIX", PRODUCTION_END_POINT_PREFIX
|
||||
buildConfigField "String", "BASE_URL", PROD_BASE_URL
|
||||
buildConfigField "String", "IOS_BACKGROUND_UUID", PRODUCTION_BACKGROUND_IOS_SERVICE_UUID
|
||||
|
||||
|
||||
debuggable false
|
||||
jniDebuggable false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue