COVIDSafe code from version 2.6 (#50)

This commit is contained in:
COVIDSafe Support 2021-05-12 17:39:37 -07:00 committed by GitHub
parent a63cc33286
commit 2406cc21a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 65 additions and 5 deletions

View file

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