diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-01-03 10:20:09 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 04:50:09 +0000 |
commit | 59abe7edf7c4a004b80473b283b313e7927d5a91 (patch) | |
tree | f782414cc22ab748e00f46aefd967e70d9106504 | |
parent | 020e4173a479dca1a84377f38492973a66f39fac (diff) |
fix(deps): update dependency com.squareup.leakcanary:plumber-android-startup to v2.13 (#2845)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index be3cae6e..e74f109e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -87,7 +87,7 @@ thirdparty-flowbinding-android = { module = "io.github.reactivecircus.flowbindin thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:4.5.7.201904151645-r" thirdparty-kotlinResult = { module = "com.michael-bull.kotlin-result:kotlin-result", version.ref = "kotlinResult" } thirdparty-kotlinResult-coroutines = { module = "com.michael-bull.kotlin-result:kotlin-result-coroutines", version.ref = "kotlinResult" } -thirdparty-leakcanary-plumber = "com.squareup.leakcanary:plumber-android-startup:2.12" +thirdparty-leakcanary-plumber = "com.squareup.leakcanary:plumber-android-startup:2.13" thirdparty-logcat = "com.squareup.logcat:logcat:0.1" thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.3.2" thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-services-auth-api-phone:18.0.1" |