COVIDSafe code from version 2.1 ()

This commit is contained in:
COVIDSafe Support 2021-02-02 11:04:40 +11:00 committed by GitHub
parent 47d4b1e2e5
commit 0388f9885a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"