mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-04-19 13:05:18 +00:00
COVIDSafe code from version 2.8
This commit is contained in:
parent
ef800f99c7
commit
912b2d98e9
9 changed files with 203 additions and 175 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue