From 10ad0a59b719b29ae59b3f93066fae3753313237 Mon Sep 17 00:00:00 2001 From: Joshua Pinter Date: Fri, 15 Sep 2017 11:05:35 -0600 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 331875d..2fbf0d9 100644 --- a/README.md +++ b/README.md @@ -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