From 81c19bb10c4cb51c6ea662d6901e8a58e26bd952 Mon Sep 17 00:00:00 2001 From: Evgenii Kozlov Date: Fri, 1 Apr 2022 18:18:59 +0300 Subject: [PATCH] Tech | Fix Readme (#2161) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccce589604..608264f347 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ - Download `anytype/anytype-android` (private) repository from Github -- Create `apikeys.properties` file in root project folder: +- Create `github.properties` file in root project folder: ``` gpr.usr=GITHUB_USER_ID gpr.key=GITHUB_TOKEN ``` -- Create `github.properties` file in root project folder: +- Create `apikeys.properties` file in root project folder: ``` amplitude.debug="AMPLITUDE_DEBUG_KEY"