Skip to content

Commit

Permalink
🔀 Merge pull request #51 from lorenzovngl/dependabot/gradle/com.googl…
Browse files Browse the repository at this point in the history
…e.firebase-firebase-crashlytics-gradle-2.9.7

Bump com.google.firebase:firebase-crashlytics-gradle from 2.9.5 to 2.9.7
  • Loading branch information
lorenzovngl committed Jul 15, 2023
2 parents d7e5002 + 3e2c999 commit 88cd94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
dependencies {
if (firebaseEnabled) {
classpath("com.google.gms:google-services:4.3.15")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.5")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.7")
}
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
Expand Down

0 comments on commit 88cd94a

Please sign in to comment.