From bfa1e0682b36ca7860885bddc9ab2b18da7b4021 Mon Sep 17 00:00:00 2001 From: Armel S Date: Mon, 13 May 2019 21:59:25 +0200 Subject: [PATCH] Update instructions for building from source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f72f7213..9381a8bf 100644 --- a/README.md +++ b/README.md @@ -417,7 +417,7 @@ Make sure you have the Android SDK installed. Also make sure you have the appropriate Build Tools installed. You can install them via the Android's `sdkmanager`: ```bash -sdkmanager "build-tools;27.0.3" +sdkmanager "build-tools;28.0.3" ``` Now you can build the project with the `Gradle Wrapper`: