COVIDSafe code from version 1.0.39 (#11)

This commit is contained in:
COVIDSafe Support 2020-07-21 15:45:27 +10:00 committed by GitHub
parent 24e16807e5
commit 15c427c73c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
95 changed files with 3571 additions and 4502 deletions

View file

@ -16,7 +16,9 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.2.2'
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.3.0'
// Google Services plugin
classpath 'com.google.gms:google-services:4.3.3'
}
}