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

Updated the AGP version from 7.4.2 to 8.0.2 and modified gradlew (app… #85

Merged
merged 3 commits into from
Jun 14, 2024

Conversation

JAReddy
Copy link
Collaborator

@JAReddy JAReddy commented Jun 13, 2024

…) of bundleclient to be consistent with that of bundletransport

…) of bundleclient to be consistent with that of bundletransport
implementation 'io.grpc:grpc-netty-shaded:1.50.2'
implementation 'io.grpc:grpc-protobuf:1.50.2'
implementation 'io.grpc:grpc-stub:1.50.2'
compileOnly 'org.apache.tomcat:annotations-api:6.0.53' // necessary for Java 9+
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we actually need netty and tomcat? (perhaps okhttp needs netty?)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need Tomcat but not Netty. Removed netty in the latest commit.

@breed
Copy link
Contributor

breed commented Jun 13, 2024

it's interesting that bundle client failed on protoc but bundle transport did not...

@JAReddy JAReddy merged commit 15e1138 into main Jun 14, 2024
6 checks passed
@JAReddy JAReddy deleted the gradle_agp_upgrade_client_transport branch June 14, 2024 00:48
03fernanda-palacios pushed a commit that referenced this pull request Jun 20, 2024
#85)

* Updated the AGP version from 7.4.2 to 8.0.2 and modified gradlew (app) of bundleclient to be consistent with that of bundletransport
03fernanda-palacios pushed a commit that referenced this pull request Jun 20, 2024
#85)

* Updated the AGP version from 7.4.2 to 8.0.2 and modified gradlew (app) of bundleclient to be consistent with that of bundletransport
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