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
Flutter Doctor output
Doctor output
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]