COVIDSafe code from version 1.0.28 (#4)

This commit is contained in:
COVIDSafe Support 2020-06-19 17:41:15 +10:00 committed by GitHub
parent 05a2ca94a6
commit c16533add6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 1653 additions and 413 deletions

View file

@ -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"
}