Skip to content

Instantly share code, notes, and snippets.

@luthfihariz
Last active March 4, 2020 08:36
Show Gist options
  • Save luthfihariz/9d4bdc92a98d843c05129a0c4b75bfbe to your computer and use it in GitHub Desktop.
Save luthfihariz/9d4bdc92a98d843c05129a0c4b75bfbe to your computer and use it in GitHub Desktop.
project.ext.envConfigFiles = [
dev: ".env.development",
stag: ".env.staging",
prod: ".env.production"
]
apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment