COVIDSafe code from version 1.13 (#28)

This commit is contained in:
COVIDSafe Support 2020-10-23 10:21:57 +11:00 committed by GitHub
parent ae18438d17
commit 415682238d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 1010 additions and 310 deletions

View file

@ -28,13 +28,9 @@ android {
defaultConfig {
applicationId "au.gov.health.covidsafe"
minSdkVersion rootProject.ext.minSdkVersion
/*
TargetSdk is currently set to 28 because we are using a greylisted api in SDK 29, in order to fix a BLE vulnerability
Before you increase the targetSdkVersion make sure that all its usage are still working
*/
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 72
versionName "1.11.0"
versionCode 78
versionName "1.13.0"
buildConfigField "String", "GITHASH", "\"${getGitHash()}\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"