diff --git a/README.md b/README.md index c64e7f63..d6a98835 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,7 @@ $ cd android && export ENVFILE=.env.staging ./gradlew bundleRelease Alternatively, you can define a map in `build.gradle` associating builds with env files. Do it before the `apply from` call, and use build cases in lowercase, like: ``` +project.ext.defaultEnvFile = ".env.development" project.ext.envConfigFiles = [ debug: ".env.development", release: ".env.production",