COVIDSafe code from version 1.13 (#28)

This commit is contained in:
COVIDSafe Support 2020-10-23 10:21:57 +11:00 committed by GitHub
parent ae18438d17
commit 415682238d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 1010 additions and 310 deletions

View file

@ -3,7 +3,7 @@ buildscript {
compileSdkVersion = 29
buildToolsVersion = "29.0.3"
minSdkVersion = 21
targetSdkVersion = 28
targetSdkVersion = 29
kotlin_version = "1.4.0"
kotlin_coroutines_version = "1.3.7"