expo-camera with EAS on Android build - Could not find com.google.android:cameraview:1.0.0.

I have an issue with eas build failing on Android with:

[stderr] FAILURE:
[stderr] * What went wrong:
[stderr] Build failed with an exception.
[stderr] Could not determine the dependencies of task ':app:lintVitalRelease'.
[stderr]    > Could not find com.google.android:cameraview:1.0.0.
[stderr] > Could not resolve all artifacts for configuration ':app:debugCompileClasspath'.
[stderr]      Required by:
[stderr] * Try:
[stderr]          project :app > project :expo > project :expo-camera
[stderr] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[stderr] * Get more help at https://help.gradle.org
[stderr] BUILD FAILED in 2m 7s

As mentioned here, it seems to be related to the build.gradle adjustment as explained here.
However, I believe there is no way to adjust things for managed projects and this is a recent issue. Possibly since moving to sdk 43. Is this something I can solve on my end or do you need to adjust something on the EAS side of things?
Here’s the failed build

I also am having this exact issue on SDK44

This is a bug which will be resolved in a future SDK release.
In the meantime, as a workaround, add expo-camera to your list of dependencies in package.json. It will give you a warning about incompatibility but ignore it.

Even after adding it to the list of dependencies, I am not able to compile the project