Update dependencies

This commit is contained in:
Mygod
2021-05-19 11:39:17 -04:00
parent 4e55bea9e2
commit 85e076d530
3 changed files with 14 additions and 16 deletions

View File

@@ -10,10 +10,10 @@ buildscript {
dependencies {
classpath(kotlin("gradle-plugin", "1.5.0"))
classpath("com.android.tools.build:gradle:4.2.0")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.6.0")
classpath("com.android.tools.build:gradle:7.0.0-beta01")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.6.1")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")
classpath("com.google.gms:google-services:4.3.5")
classpath("com.google.gms:google-services:4.3.8")
}
}