fix(deps): update dependency com.squareup.logcat:logcat to v0.2.1 #82

Merged
renovate-bot merged 1 commit from renovate/com.squareup.logcat-logcat-0.x into develop 2025-05-19 18:26:38 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
com.squareup.logcat:logcat dependencies patch 0.2 -> 0.2.1

Release Notes

square/logcat (com.squareup.logcat:logcat)

v0.2.1

2025-05-19

  • Multiple LogcatLogger instances can now be added to LoggatLogger.loggers.
  • Breaking change: LogcatLogger.install() does not take a LogcatLogger instance
    anymore and instead takes an optional Executor to control the thread on which messages
    are evaluated.
  • Android libraries that want to use logcat should continue to use
    AndroidLogcatLogger.installOnDebuggableApp() which checks if already installed so as not to
    override any app specific set up.
  • Changed the minPriority default parameter value of
    AndroidLogcatLogger.installOnDebuggableApp() from DEBUG to VERBOSE.
  • Added @JvmStatic and removed Kt 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.squareup.logcat:logcat](https://github.com/square/logcat) | dependencies | patch | `0.2` -> `0.2.1` | --- ### Release Notes <details> <summary>square/logcat (com.squareup.logcat:logcat)</summary> ### [`v0.2.1`](https://github.com/square/logcat/blob/HEAD/CHANGELOG.md#Version-021) *2025-05-19* - Multiple `LogcatLogger` instances can now be added to `LoggatLogger.loggers`. - Breaking change: `LogcatLogger.install()` does not take a `LogcatLogger` instance anymore and instead takes an optional Executor to control the thread on which messages are evaluated. - Android libraries that want to use `logcat` should continue to use `AndroidLogcatLogger.installOnDebuggableApp()` which checks if already installed so as not to override any app specific set up. - Changed the `minPriority` default parameter value of `AndroidLogcatLogger.installOnDebuggableApp()` from `DEBUG` to `VERBOSE`. - Added `@JvmStatic` and removed `Kt` 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). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuOCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS44IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
fix(deps): update dependency com.squareup.logcat:logcat to v0.2.1
Some checks failed
Check pull request / check-codestyle (pull_request) Successful in 5m30s
Check pull request / unit-tests (pull_request) Failing after 13m10s
Check pull request / build-apks (pull_request) Failing after 14m10s
Check pull request / check-api (pull_request) Successful in 7m56s
Check pull request / lint (pull_request) Failing after 12m38s
Deploy snapshot builds / deploy-release-snapshot (push) Failing after 10m24s
fb6cebecb0
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-05-19 18:21:04 +00:00
renovate-bot deleted branch renovate/com.squareup.logcat-logcat-0.x 2025-05-19 18:26:38 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kumi/Android-Password-Store#82
No description provided.