From 711bc3ea9c933875c62cd52c119fcac6f76036eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Rinnetm=C3=A4ki?= <mikael.rinnetmaki@gmail.com> Date: Sun, 12 Mar 2017 14:39:44 +0200 Subject: [PATCH] Update readme re: fabric key use --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 599ec52..a37ddb3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,13 @@ This is an Android app to upload data from a MiniMed 640G insulin pump to a Nigh android:value="YOUR-FABRIC-KEY" /> ``` - (**take care not to commit this change**) + (**Please take care not to commit this change. + If you're considering sharing your changes, or are using a non-private + Github repository, you should remove this change in + `app/src/AndroidManifest.xml` and copy the value as `apiKey` property + to file `app/fabric.properties` instead. See + https://docs.fabric.io/android/fabric/settings/working-in-teams.html#android-projects + for more information.**) - Create a [BugFender](https://app.bugfender.com) account, create `app/bugfender.properties` and populate with ``` -- GitLab