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

Move CameraConfigurationUtils to prevent clash with other ZXing libraries #609

Merged
merged 1 commit into from
Feb 12, 2021
Merged

Move CameraConfigurationUtils to prevent clash with other ZXing libraries #609

merged 1 commit into from
Feb 12, 2021

Conversation

nodh
Copy link
Contributor

@nodh nodh commented Feb 12, 2021

The class CameraConfigurationUtils exists in com.google.zxing:android-core as well. If an app would have dependencies to zxing-android-embedded as well as com.google.zxing:android-core, this would lead to a build error.
A simple solution for that is to move the class to a different namespace.

@rkistner
Copy link
Member

Noted. At this point the code base has diverged enough that we should probably move everything to our own package. It would be a breaking change, so would be done in the next major release.

@rkistner rkistner merged commit db85816 into journeyapps:master Feb 12, 2021
@nodh nodh deleted the feature/preventclassclash branch February 12, 2021 08:37
@nodh
Copy link
Contributor Author

nodh commented Feb 12, 2021

Great, thanks for the quick merge!

@nodh
Copy link
Contributor Author

nodh commented Sep 22, 2021

@rkistner Could you please release a new version of the library with this fix included?

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.

2 participants