mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-04-19 13:05:18 +00:00
COVIDSafe code from version 2.2 (#45) - Battery performance fix
This commit is contained in:
parent
0388f9885a
commit
66200cfa15
27 changed files with 201 additions and 122 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue