This commit is contained in:
tom5079
2021-12-18 00:23:27 +09:00
parent 98fda1a53f
commit 338b789e62
8 changed files with 117 additions and 25 deletions

View File

@@ -13,9 +13,10 @@ buildscript {
classpath("com.google.gms:google-services:4.3.10")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath("com.google.firebase:firebase-crashlytics-gradle:2.8.0")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.8.1")
classpath("com.google.firebase:perf-plugin:1.4.0")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")
classpath("com.google.protobuf:protobuf-gradle-plugin:0.8.18")
}
}