Skip to content

Build fails with version 0.0.16 #431

Description

@pedrofneves

Steps to reproduce

The only change made was updating the clerk_auth package version from 0.0.15 to 0.0.16 in the Flutter app. After this update, the Android build started failing. Reverting the package back to 0.0.15 makes the build succeed again.

Expected results

The Android build should complete successfully after updating clerk_auth from 0.0.15 to 0.0.16, with no other code changes required.

Actual results

The Android build fails immediately after updating clerk_auth to 0.0.16. Reverting to 0.0.15 restores a successful build.

Code sample

pubspec.yaml

dependencies:
clerk_auth: 0.0.16

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]

Logs

Logs
[Paste your logs here]

Flutter Doctor output

Doctor output
[Paste your output here]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions