Request to change rootProject.name from "Camerax-MLKit" to "CameraX-MLKit" - #577
Request to change rootProject.name from "Camerax-MLKit" to "CameraX-MLKit"#577Kojungbeom wants to merge 1 commit into
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Hello! Thank you for your contribution to this repository. We have recently completed a full refresh of the camera-samples codebase. Due to these massive structural changes, open pull requests based on the old architecture are no longer valid or mergeable. We are closing this PR to keep the repository tidy. We highly encourage you to check out the updated repository, and if your fix or feature is still applicable, please feel free to open a new PR against the latest code. Thanks again for your time and effort! |
I found a small error while trying to practice CameraX-MLKit.
The following error occurred because the rootProject.name in settings.gradle was set to Camerax-MLKit instead of CameraX-MLKit.
To resolve this error, simply change rootProject.name to the same as the Root folder.
Please change rootProject.name to CameraX-MLKit.