This creates a problem because the pom definition of camera-view:1.0.0-alpha22 has a strict dependency with camera-core version 1.1.0-alpha02 and what actually gets downloaded is the below:
The above could create compatibility issues and in reality you end up using a version that is not the one referred in your build.gradle.
First question, does camera-view:1.0.0-alpha22 support camera-core:1.0.0-rc03?
Also, we are happy to use version 1.1.0-alpha02 but what about the stability compared with the RC version of 1.0.0?
Thank you
Best,
Vikram
Xi Zhang
unread,
Feb 26, 2021, 6:06:18 PM2/26/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android CameraX Discussion Group, v.mi...@uqu.do
Thanks for reporting. This indeed an issue. We will find a solution and get back to you.
As for your question, yes, camera-view:1.0.0-alpha22 does support camera-core:1.0.0-rc03. That's the intended way. The stability of 1.1.0-alpha02 is not guaranteed. I would recommend using camera-view:1.0.0-alpha22 with camera-core:1.0.0-rc03.