This commit is contained in:
Mygod
2020-07-19 02:43:03 +08:00
parent c8c3cb00b7
commit 433e543ec3
2 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id("com.github.ben-manes.versions") version "0.28.0"
id("com.github.ben-manes.versions") version "0.29.0"
}
buildscript {
@@ -14,7 +14,6 @@ buildscript {
dependencies {
classpath(kotlin("gradle-plugin", kotlinVersion))
classpath("com.android.tools.build:gradle:4.1.0-beta04")
classpath("com.github.ben-manes:gradle-versions-plugin:0.29.0")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.2.0")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.2")
classpath("com.google.gms:google-services:4.3.3")