Update dependencies

This commit is contained in:
Mygod
2020-12-10 05:59:45 +08:00
parent aa9cc98581
commit 427e565d36
3 changed files with 38 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id("com.github.ben-manes.versions") version "0.34.0"
id("com.github.ben-manes.versions") version "0.36.0"
}
buildscript {
@@ -9,9 +9,9 @@ buildscript {
}
dependencies {
classpath(kotlin("gradle-plugin", "1.4.10"))
classpath("com.android.tools.build:gradle:4.1.0")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.3.0")
classpath(kotlin("gradle-plugin", "1.4.21"))
classpath("com.android.tools.build:gradle:4.1.1")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.4.1")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.2")
classpath("com.google.gms:google-services:4.3.4")
}