Emphasize that variables are stored with your code (#157)

I was looking at using this for signingConfigs but found this line about not doing so. Thanks for putting that in there and saving me time. I wanted to emphasize it a little more to make it more obvious for others.
This commit is contained in:
Joshua Pinter 2017-09-15 11:05:35 -06:00 committed by Pedro Belo
parent e4c4a07e66
commit 10ad0a59b7

View File

@ -53,7 +53,7 @@ And use them to configure libraries in `AndroidManifest.xml` and others:
android:value="@string/GOOGLE_MAPS_API_KEY" />
```
Once again keep in mind variables stored in `.env` are published with your code, so do not put anything sensitive there like your app `signingConfigs`.
**Variables stored in `.env` are published with your code, so DO NOT put anything sensitive there like your app `signingConfigs`.**
### iOS