chore(deps): update dependency com.google.firebase:firebase-crashlytics-gradle to v2.7.1

This commit is contained in:
Renovate Bot 2021-08-30 10:27:56 +00:00
parent 81f400d1ac
commit 205338121f
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:4.1.0")
classpath("com.google.gms:google-services:4.3.4")
classpath ("com.google.firebase:firebase-crashlytics-gradle:2.5.1")
classpath ("com.google.firebase:firebase-crashlytics-gradle:2.7.1")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}