COVIDSafe code from version 2.8

This commit is contained in:
covidsafe-support 2021-07-04 21:09:49 -07:00
parent ef800f99c7
commit 912b2d98e9
9 changed files with 203 additions and 175 deletions

View file

@ -29,8 +29,8 @@ android {
applicationId "au.gov.health.covidsafe"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 132
versionName "2.7"
versionCode 134
versionName "2.8"
buildConfigField "String", "GITHASH", "\"${getGitHash()}\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -230,7 +230,7 @@ dependencies {
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3'
// flags
implementation 'com.michaelfotiadis:android-country-flags:1.0.3'
implementation 'com.github.blongho:worldCountryData:1.4'
// Firebase Cloud Messaging
implementation 'com.google.firebase:firebase-messaging:20.2.4'