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

Migrate BuildConfig to Gradle Build Files #4049

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

jpelgrom
Copy link
Member

Summary

Addresses the following warning during build:

The option setting 'android.defaults.buildfeatures.buildconfig=true' is deprecated.
The current default is 'false'.
It will be removed in version 9.0 of the Android Gradle plugin.
You can resolve this warning in Android Studio via Refactor > Migrate BuildConfig to Gradle Build Files

Each module uses the BuildConfig class so it's added everywhere.

Screenshots

n/a

Link to pull request in Documentation repository

n/a

Any other notes

 - Addresses the following warning: The option setting 'android.defaults.buildfeatures.buildconfig=true' is deprecated. Each module uses the BuildConfig class so it's added everywhere.
@JBassett JBassett merged commit 62414e4 into home-assistant:master Dec 15, 2023
3 checks passed
@jpelgrom jpelgrom deleted the fix-buildconfig-warning branch December 15, 2023 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants