From a9fdf1bc45f61b2ec9ee79bf127ca2f859883bc9 Mon Sep 17 00:00:00 2001 From: skydoves Date: Wed, 25 Oct 2023 15:14:31 +0900 Subject: [PATCH] Update readme to build with api key --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c9f7cf..9900b03 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,11 @@ If you’re interested in adding powerful In-App Messaging to your app, check ou ![stream](figures/stream3.png) -7. Go to the [whatsApp-clone-compose/features/chats/../strings.xml](https://github.com/GetStream/whatsApp-clone-compose/blob/main/features/chats/src/main/res/values/strings.xml#LL19C16-L19C30) and change the `stream_api_key` field with your key. +7. Create a `secrets.properties` file on the root project directory with the text below using your API key: + +``` +STREAM_API_KEY=REPLACE WITH YOUR API KEY +``` 8. Build and run the project.