Update dependencies

This commit is contained in:
Mygod
2022-05-31 15:38:29 -04:00
parent 628107c583
commit a11e8dea9c
2 changed files with 6 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ buildscript {
dependencies {
classpath(kotlin("gradle-plugin", "1.6.21"))
classpath("com.android.tools.build:gradle:7.2.0")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.8.1")
classpath("com.android.tools.build:gradle:7.2.1")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.0")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.5")
classpath("com.google.gms:google-services:4.3.10")
}