COVIDSafe code from version 2.1

This commit is contained in:
covidsafe-support 2021-02-02 10:58:18 +11:00
parent 47d4b1e2e5
commit bf8bd9ec46
58 changed files with 2241 additions and 235 deletions

View file

@ -29,8 +29,8 @@ android {
applicationId "au.gov.health.covidsafe"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 94
versionName "2.0"
versionCode 106
versionName "2.1"
buildConfigField "String", "GITHASH", "\"${getGitHash()}\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"