COVIDSafe code from version 1.0.48 (#22)

This commit is contained in:
COVIDSafe Support 2020-08-05 11:27:40 +10:00 committed by GitHub
parent 15c427c73c
commit afb55cce5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 3528 additions and 2165 deletions

View file

@ -41,8 +41,8 @@ android {
Before you increase the targetSdkVersion make sure that all its usage are still working
*/
targetSdkVersion 28
versionCode 39
versionName "1.0.39"
versionCode 48
versionName "1.0.48"
buildConfigField "String", "GITHASH", "\"${getGitHash()}\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"