Update dependencies

This commit is contained in:
Mygod
2020-11-04 07:47:12 +08:00
parent 973c947d4a
commit d08d6c90c0
3 changed files with 7 additions and 7 deletions

View File

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