Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Animal Sniffer signature dependency used by the build conventions (to validate API usage against an Android core library signature).
Changes:
- Bumped the
com.toasttab.android:gummy-bears-*signature dependency to0.13.0. - Switched the artifact from
gummy-bears-api-21togummy-bears-api-23(note: this conflicts with the PR title/description).
| dependencies { | ||
| signature("com.toasttab.android:gummy-bears-api-21:0.12.0:coreLib@signature") | ||
| signature("com.toasttab.android:gummy-bears-api-23:0.13.0:coreLib@signature") | ||
| } |
There was a problem hiding this comment.
The PR title/description says this is an update to com.toasttab.android:gummy-bears-api-21 (0.12.0 → 0.13.0), but the change here switches the artifact to gummy-bears-api-23. If this is unintentional, it will relax/tighten Animal Sniffer checks to API 23 and could allow usage of APIs not available on 21. Either keep the artifact as gummy-bears-api-21 and only bump the version to 0.13.0, or update the PR metadata to reflect an intentional move to API 23 (and confirm that’s the desired baseline).
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
0.12.0→0.13.0Release Notes
open-toast/gummy-bears (com.toasttab.android:gummy-bears-api-21)
v0.13.0Compare Source
What's Changed
Full Changelog: open-toast/gummy-bears@0.12.0...0.13.0
Configuration
📅 Schedule: (UTC)
* 0-7 * * 2)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.