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

@ -12,7 +12,7 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.android.tools.build:gradle:4.0.0'
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
@ -25,6 +25,7 @@ allprojects {
google()
jcenter()
maven { url 'https://jitpack.io' }
maven { url "https://dl.bintray.com/mikefot/maven/" }
}
}