-
Notifications
You must be signed in to change notification settings - Fork 625
Remove unneeded package declaration in transport runtime #6545
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
Conversation
The package declaration inside AndroidManifest.xml is no longer used, and the `namespace` declaration in the gradle file is the one that should be used.
Release note changesNo release note changes were detected. If you made changes that should be |
Vertex AI Mock Responses Check
|
Coverage Report 1Affected Products
Test Logs |
Test Results 40 files + 20 40 suites +20 43s ⏱️ +19s Results for commit b8ce056. ± Comparison against base commit bae6706. This pull request removes 23 and adds 211 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
The package declaration inside AndroidManifest.xml is no longer used, and the
namespace
declaration in the gradle file is the one that should be used.