Update the API level in the build documentation.

This commit is contained in:
Joshua Lund 2017-12-08 21:20:44 -07:00 committed by Moxie Marlinspike
parent 05daa71977
commit c4991e857d
1 changed files with 1 additions and 1 deletions

View File

@ -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: