streetcomplete / StreetMeasure

Measure distances with AR
Apache License 2.0
64 stars 5 forks source link

Move buildconfig property to app module #9

Closed Jean-BaptisteC closed 2 months ago

Jean-BaptisteC commented 2 months ago

With gradle 8.0, buildConfig in properties file is deprecated. We need to specify buildConfig foreach module -> https://stackoverflow.com/questions/74634321/fixing-the-build-type-contains-custom-buildconfig-fields-but-the-feature-is-di

westnordost commented 2 months ago

LGTM, thanks