Skip to content

Commit bfeec0c

Browse files
Bump leak_canary_version from 2.10 to 2.14
Bumps `leak_canary_version` from 2.10 to 2.14. Updates `com.squareup.leakcanary:leakcanary-android-process` from 2.10 to 2.14 - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](square/leakcanary@v2.10...v2.14) Updates `com.squareup.leakcanary:leakcanary-android` from 2.10 to 2.14 - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](square/leakcanary@v2.10...v2.14) Updates `com.squareup.leakcanary:plumber-android` from 2.10 to 2.14 - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](square/leakcanary@v2.10...v2.14) Updates `com.squareup.leakcanary:leakcanary-android-instrumentation` from 2.10 to 2.14 - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](square/leakcanary@v2.10...v2.14) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android-process dependency-version: '2.14' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-version: '2.14' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.leakcanary:plumber-android dependency-version: '2.14' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.leakcanary:leakcanary-android-instrumentation dependency-version: '2.14' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b36329 commit bfeec0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
implementation platform('com.google.firebase:firebase-bom:31.5.0')
6666
implementation 'com.google.firebase:firebase-analytics'
6767
implementation 'com.google.firebase:firebase-crashlytics'
68-
def leak_canary_version = '2.10'
68+
def leak_canary_version = '2.14'
6969
debugImplementation "com.squareup.leakcanary:leakcanary-android-process:$leak_canary_version"
7070
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leak_canary_version"
7171
implementation "com.squareup.leakcanary:plumber-android:$leak_canary_version"

0 commit comments

Comments
 (0)