COVIDSafe code from version 2.5 (#49)

This commit is contained in:
COVIDSafe Support 2021-04-11 20:44:25 -07:00 committed by GitHub
parent bdf19e8b62
commit a63cc33286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 136 additions and 7 deletions

View file

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