Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump firebase-crashlytics-gradle from 2.9.0 to 2.9.2 #237

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump firebase-crashlytics-gradle from 2.9.0 to 2.9.2
Bumps firebase-crashlytics-gradle from 2.9.0 to 2.9.2.

---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-crashlytics-gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Oct 29, 2022
commit 1440e75e69da4230c3f83760536df6f5de1a7605
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ buildscript {

dependencies {
//noinspection GradleDynamicVersion
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
// classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:2.0.0'
}
}
2 changes: 1 addition & 1 deletion tasker-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ buildscript {
}

dependencies {
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
// classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:2.0.0'
}
}