From 07fe6e50d144b81e08d110543e6af496a2286c5b Mon Sep 17 00:00:00 2001 From: "Sven R. Kunze" Date: Sun, 27 Aug 2017 11:08:55 +0200 Subject: [PATCH] Update SETUP.md typo --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 3124052998..71a3639f52 100644 --- a/SETUP.md +++ b/SETUP.md @@ -64,7 +64,7 @@ To set up the project in Android Studio follow the next steps: - Windows: ```gradlew.bat clean build``` - Mac OS/Linux: ```./gradlew clean build``` -The first time the Gradle wrapper is called, the correct Gradle version will be downloaded automatically. An Internet connection is needed for it works. +The first time the Gradle wrapper is called, the correct Gradle version will be downloaded automatically. That requires a working Internet connection. The generated APK file is saved in android/build/outputs/apk as android-debug.apk