From 97f5697af7d66a4be973566751ff27577b596f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 21 Jul 2015 11:06:13 -0700 Subject: [PATCH] Don't have extremely long lines in the README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b89a5023..5bd785f7a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ for Android. Building from source with Gradle -------------------------------- -The only required tools are the [Android SDK](http://developer.android.com/sdk/index.html) and Gradle. +The only required tools are the [Android +SDK](http://developer.android.com/sdk/index.html) and Gradle. You should use a relatively new version of Gradle, such as 2.4, or use the gradle wrapper. @@ -65,8 +66,10 @@ command line: This will build and install F-Droid and the test apk, then execute the entire test suite on the device or emulator. -See the [Android Gradle user guide](http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Testing) for more details, including how to use Android Studio to run tests (which provides -more useful feedback than the command line). +See the [Android Gradle user +guide](http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Testing) +for more details, including how to use Android Studio to run tests (which +provides more useful feedback than the command line). License