From 944f5aad0db072e23f6c7e221631be05fb943e3c Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Tue, 21 Feb 2017 15:06:38 +1100 Subject: [PATCH] BUILDING.md: clarify build tools version Closes #6264 // FREEBIE --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 4aded97c9d..f7d0ecd009 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -19,7 +19,7 @@ The following steps should help you (re)build Signal from the command line. 2. Make sure you have the [Android SDK](https://developer.android.com/sdk/index.html) installed. 3. Ensure that the following packages are installed from the Android SDK manager: - * Android SDK Build Tools + * Android SDK Build Tools (see buildToolsVersion in build.gradle) * SDK Platform (API level 22) * Android Support Repository * Google Repository