From c4991e857dc6d2298983d63d8d610e074f6e3824 Mon Sep 17 00:00:00 2001 From: Joshua Lund Date: Fri, 8 Dec 2017 21:20:44 -0700 Subject: [PATCH] Update the API level in the build documentation. --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index f7d0ecd009..bb688c6618 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -20,7 +20,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 (see buildToolsVersion in build.gradle) - * SDK Platform (API level 22) + * SDK Platform (All API levels) * Android Support Repository * Google Repository 4. Create a local.properties file at the root of your source checkout and add an sdk.dir entry to it. For example: