From 077548eb72763461d4797402695ad6be651c1575 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mart=C3=AD?= <mvdan@mvdan.cc>
Date: Sun, 19 Jan 2014 20:50:11 +0100
Subject: [PATCH] Note that automatic building via gradle is not supported

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 35ddb7e05..a40de5851 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,10 @@ git submodule update --init
 ant clean release
 ```
 
+The project itself supports Gradle, but some of the libraries it uses don't.
+Hence it is currently not possible to build F-Droid with Gradle in a clean way
+without manual interaction.
+
 
 Direct download
 ---------------