Bug 1821005 - Enable generation of the BuildConfig class

For modules that use buildConfigField and generate metrics, because BuildConfig is not generated by default after Gradle 8.
fenix/121.0
mcarare 1 year ago committed by mergify[bot]
parent 3a43e0d4cd
commit b5a163e667

@ -165,6 +165,7 @@ android {
buildFeatures {
viewBinding true
buildConfig true
}
androidResources {

Loading…
Cancel
Save