Update dependencies

This commit is contained in:
Mygod
2021-12-08 13:54:59 -05:00
parent ffb3ccbfbd
commit 1c4a696982
3 changed files with 17 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ buildscript {
dependencies {
classpath(kotlin("gradle-plugin", "1.6.0"))
classpath("com.android.tools.build:gradle:7.1.0-beta04")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.8.0")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.8.1")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")
classpath("com.google.gms:google-services:4.3.10")
}