Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update agp to v8.3.0, lint to 31.3.0 #483

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Conversation

nikclayton
Copy link
Contributor

New lint rules highlighted a potential crash; the use of named match groups (used here when extracting server versions) requires API >= 26 or throws an exception.

Use the group numbers instead of names when extracting the value, but keep the group names in the regular expressions for readability.

New lint rules highlighted a potential crash; the use of named match
groups (used here when extracting server versions) requires API >= 26
or throws an exception.

Use the group numbers instead of names when extracting the value, but
keep the group names in the regular expressions for readability.
@nikclayton nikclayton merged commit 72e5ca8 into main Mar 1, 2024
6 checks passed
@nikclayton nikclayton deleted the agp-830 branch March 1, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant