mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-04-19 13:05:18 +00:00
COVIDSafe code from version 1.0.28 (#4)
This commit is contained in:
parent
05a2ca94a6
commit
c16533add6
35 changed files with 1653 additions and 413 deletions
|
@ -40,8 +40,8 @@ android {
|
|||
Before you increase the targetSdkVersion make sure that all its usage are still working
|
||||
*/
|
||||
targetSdkVersion 28
|
||||
versionCode 21
|
||||
versionName "1.0.21"
|
||||
versionCode 28
|
||||
versionName "1.0.28"
|
||||
buildConfigField "String", "GITHASH", "\"${getGitHash()}\""
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
@ -243,6 +243,10 @@ dependencies {
|
|||
implementation "androidx.lifecycle:lifecycle-service:2.2.0"
|
||||
implementation 'com.github.razir.progressbutton:progressbutton:2.0.1'
|
||||
|
||||
// flags
|
||||
implementation 'com.michaelfotiadis:android-country-flags:1.0.3'
|
||||
|
||||
androidTestImplementation "androidx.room:room-testing:2.2.5"
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue