summaryrefslogtreecommitdiff
path: root/core/src/free
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/free')
-rw-r--r--core/src/free/java/de/danoeh/antennapod/core/ClientConfig.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/src/free/java/de/danoeh/antennapod/core/ClientConfig.java b/core/src/free/java/de/danoeh/antennapod/core/ClientConfig.java
index aff8081e2..6aa9982bc 100644
--- a/core/src/free/java/de/danoeh/antennapod/core/ClientConfig.java
+++ b/core/src/free/java/de/danoeh/antennapod/core/ClientConfig.java
@@ -5,7 +5,10 @@ import java.security.Security;
/*
* If you get an error here ("package org.conscrypt does not exist"), you are probably doing a free
- * build and didn't pass -PfreeBuild to gradle (e.g. ./gradlew assembleFreeRelease -PfreeBuild).
+ * build and didn't pass "-PfreeBuild" to gradle (e.g. "./gradlew assembleFreeRelease -PfreeBuild").
+ *
+ * If you are doing a non-free build using "assembleRelease" or "assembleDebug" and get this error,
+ * use "assemblePlayRelease" or "assemblePlayDebug" instead (e.g. "./gradlew assemblePlayRelease").
*/
import org.conscrypt.Conscrypt;