From 471ed12003872b56fe93477d62e924dbb7ae3e1e Mon Sep 17 00:00:00 2001 From: DrKLO Date: Tue, 31 Dec 2019 17:18:43 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30181288f..8cc7ac88d 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ MTproto protocol manuals: https://core.telegram.org/mtproto ### Compilation Guide +**Note**: In order to support [reproducible builds](https://core.telegram.org/reproducible-builds), this repo contains dummy release.keystore, google-services.json and filled variables inside BuildVars.java. Before publishing your own APKs please make sure to replace all these files with your own. + You will require Android Studio 3.4, Android NDK rev. 20 and Android SDK 8.1 1. Download the Telegram source code from https://github.com/DrKLO/Telegram ( git clone https://github.com/DrKLO/Telegram.git )