COVIDSafe code from version 2.7 (#52)

This commit is contained in:
COVIDSafe Support 2021-06-09 17:27:36 -07:00 committed by GitHub
parent 2406cc21a1
commit ef800f99c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 146 additions and 9 deletions

View file

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