COVIDSafe code from version 2.4

This commit is contained in:
COVIDSafe Support 2021-03-18 14:16:39 +11:00 committed by covidsafe-support
parent f582698fce
commit bdf19e8b62
41 changed files with 837 additions and 349 deletions

View file

@ -29,7 +29,7 @@ android {
applicationId "au.gov.health.covidsafe"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 114
versionCode 124
versionName "2.4"
buildConfigField "String", "GITHASH", "\"${getGitHash()}\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"