You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
I see that the gradle way of including build-time configuration is using BuildConfig. For a simple (documented!) example, see https://github.com/mozilla/MozStumbler/. They include API keys just like you want in gradle.properties and then generate BuildConfig.java from those properties. This project should follow suit; flag me for review.
The text was updated successfully, but these errors were encountered:
The current milestone for landing in M-C doesn't use any external APIs; so I'll close this for now, but we'll want to address this when we do add third-party APIs
I see that the
gradle
way of including build-time configuration is using BuildConfig. For a simple (documented!) example, seehttps://github.com/mozilla/MozStumbler/
. They include API keys just like you want ingradle.properties
and then generateBuildConfig.java
from those properties. This project should follow suit; flag me for review.The text was updated successfully, but these errors were encountered: