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

Accessing to BuildConfigs properties by NewRelic #223

Open
IvanKashtelyan opened this issue May 27, 2024 · 0 comments
Open

Accessing to BuildConfigs properties by NewRelic #223

IvanKashtelyan opened this issue May 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@IvanKashtelyan
Copy link

IvanKashtelyan commented May 27, 2024

Description

After migrating the project to Gradle 8 and removing BuildConfings I faced many warnings with the message
"Accessing value buildConfigFields in variant debug has no effect as the feature buildConfig is disabled."
After researching I found that those warnings come from the NewRelic library.
Does it have any impact on library work?

Steps to Reproduce

Upgrade gradle to version 8 and above and make sure that the generating BuildConfigs option is disabled

Expected Behavior

Warnings should not appear

Relevant Logs / Console output

Accessing value buildConfigFields in variant debug has no effect as the feature buildConfig is disabled.

Your Environment

Android agent - 7.3.1

@IvanKashtelyan IvanKashtelyan added the bug Something isn't working label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant