tell people to build debug instead of release

Daniel Gultsch created

Change summary

README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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*.