From b22674e3e3d1217c77d78bcad5b9039f55371efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 6 Jan 2016 21:55:33 +0100 Subject: [PATCH] README: SDK and gradle are not the only build deps There's also OpenJDK, the android target and build-tools, for example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c3448b6a..7f5cda0c0 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ for Android. ## Building with Gradle -The only requirements are the [Android SDK](https://developer.android.com/sdk/) -and [Gradle](http://gradle.org/) 2.9: +You will need the [Android SDK](https://developer.android.com/sdk/) and +[Gradle](http://gradle.org/) 2.9: cd F-Droid gradle assembleRelease