aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-04-06 21:33:32 +0200
committerDaniel Gultsch <daniel@gultsch.de>2016-04-06 21:33:32 +0200
commit275d6a858c47031319f607268b5f37421be3455e (patch)
tree52b75732bf6b5652c0417596fee429e055e76298
parentb4ad2de2e5a3e8da72f2cab733e255e1a48f9e4b (diff)
tell people to build debug instead of release
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee7caeba..7e2d954c 100644
--- a/README.md
+++ b/README.md
@@ -334,7 +334,7 @@ Make sure to have ANDROID_HOME point to your Android SDK. Use the Android SDK Ma
git clone https://github.com/siacs/Conversations.git
cd Conversations
- ./gradlew assembleFreeRelease
+ ./gradlew assembleFreeDebug
There are two build flavors available. *free* and *playstore*. Unless you know what you are doing you only need *free*.