Skip to content

Commit

Permalink
Emphasize that variables are stored with your code (lugg#157)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joshuapinter authored and Pedro Belo committed Sep 15, 2017
1 parent e4c4a07 commit 10ad0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10ad0a5

Please sign in to comment.