ev-map / EVMap

Android app to find electric vehicle charging stations - compatible with community databases such as GoingElectric.de and OpenChargeMap.org.
https://ev-map.app/
MIT License
195 stars 52 forks source link

Move buildConfig property in app module #321

Closed Jean-BaptisteC closed 8 months ago

Jean-BaptisteC commented 8 months ago

In most versions of Gradle, buildConfig in gradle.properties is deprecated, we need to specify property in each module of the project -> https://stackoverflow.com/questions/74634321/fixing-the-build-type-contains-custom-buildconfig-fields-but-the-feature-is-di

johan12345 commented 8 months ago

Thanks!