-
Notifications
You must be signed in to change notification settings - Fork 539
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
Deprecated protobuf version #4583
Comments
Hi @BenHenning, I have found the solution of this bug for mac m1 chip. Shall I make a Pull Request for this issue or do you like to further discuss about the solutions for this issue. Thanks, |
Nice find @Samanwith21. Sure, we can try to update protoc, though it may cause issues with the Gradle build since that protoc setup has historically been finicky when we change versions. |
@BenHenning |
Yep @Samanwith21. CI will help indicate if everything is working as expected (particularly since we use both Gradle and Bazel for building, and both will need to be updated to move off of the old protoc version). |
@BenHenning can i get the access to push the changes into a new branch ? |
You can make a PR the standard way. See instructions here. |
This was fixed in #4675 |
Describe the bug
Could not resolve all files for configuration ":model:protobufToolsLocator_protoc'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app should run perfectly with the updated protobuf version
Demonstration
![Screenshot 2022-08-29 at 3 53 12 PM](https://user-images.githubusercontent.com/99678760/189494265-9c091918-57b8-4f0f-92f6-de9ce01eaa13.png)
Environment
The text was updated successfully, but these errors were encountered: