Skip to content

Commit c4ef8b0

Browse files
Update dependency com.squareup.leakcanary:leakcanary-android to v2.10 (simpledotorg#4330)
* Update dependency com.squareup.leakcanary:leakcanary-android to v2.10 * Update CHANGELOG Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Noyal Jose <[email protected]>
1 parent 67226d7 commit c4ef8b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Bump datadog sdk to v1.15.0
88
- Bump Dagger to v2.44.2
99
- Bump Sentry Gradle Plugin to v3.3.0
10+
- Bump leakcanary to v2.10
1011

1112
## 2022-11-14-8505
1213

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", v
106106
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk7", version.ref = "kotlin" }
107107
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
108108

109-
leakcanary = "com.squareup.leakcanary:leakcanary-android:2.9.1"
109+
leakcanary = "com.squareup.leakcanary:leakcanary-android:2.10"
110110

111111
lint-api = { module = "com.android.tools.lint:lint-api", version.ref = "lint" }
112112
lint-checks = { module = "com.android.tools.lint:lint-checks", version.ref = "lint" }

0 commit comments

Comments
 (0)