Hey guys, I’m looking for a good way to set up API Keys as environment variables using Fleet.
In my previous Android development experience, I used to register keys in the local.properties file and then access them via BuildConfig. I’m looking for a similar approach.
Any suggestions?