fix(deps): update dependency com.squareup.logcat:logcat to v0.2.1 #82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/com.squareup.logcat-logcat-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.2
->0.2.1
Release Notes
square/logcat (com.squareup.logcat:logcat)
v0.2.1
2025-05-19
LogcatLogger
instances can now be added toLoggatLogger.loggers
.LogcatLogger.install()
does not take aLogcatLogger
instanceanymore and instead takes an optional Executor to control the thread on which messages
are evaluated.
logcat
should continue to useAndroidLogcatLogger.installOnDebuggableApp()
which checks if already installed so as not tooverride any app specific set up.
minPriority
default parameter value ofAndroidLogcatLogger.installOnDebuggableApp()
fromDEBUG
toVERBOSE
.@JvmStatic
and removedKt
from class name (LogcatKt
=>Logcat
) so that APIs are more Java friendly (this remains primarily a Kotlin focused APIs but this change helps with codebases that still have some Java code hanging around).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.