From 52e9e79fadba39b0ec96c9d7b6e93baa423bce6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 12 Oct 2015 12:48:54 +0200 Subject: [PATCH] README: Clarify that we now use Gradle 2.7 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c28077ca5..9486d2d48 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/index.html) -and Gradle 2.4 or newer: +The only requirements are the [Android SDK](https://developer.android.com/sdk/) +and [Gradle](http://gradle.org/) 2.7: cd F-Droid gradle assembleRelease