COVIDSafe code from version 2.2 (#45) - Battery performance fix

This commit is contained in:
COVIDSafe Support 2021-02-22 12:38:16 +11:00 committed by GitHub
parent 0388f9885a
commit 66200cfa15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 201 additions and 122 deletions

View file

@ -29,8 +29,8 @@ android {
applicationId "au.gov.health.covidsafe"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 106
versionName "2.1"
versionCode 109
versionName "2.2"
buildConfigField "String", "GITHASH", "\"${getGitHash()}\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -226,6 +226,9 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-service:2.2.0"
implementation 'com.github.razir.progressbutton:progressbutton:2.0.1'
// MPAndroidChart
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3'
// flags
implementation 'com.michaelfotiadis:android-country-flags:1.0.3'