summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2024-02-24 14:51:47 +0100
committercyBerta <cyberta@riseup.net>2024-02-24 14:51:47 +0100
commitdb9ed2e8c101ebcafd4df8e0ed268198a27e4e7d (patch)
tree0d5fbd3cc8d8e97b2a6f9d2e84213fecb6da96d7 /README.md
parentb8bf218b1128aa88e51d0117292f1addf5ef5693 (diff)
add a readme about customization of the app
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 61384eb6..b472f45a 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,8 @@ In order to temporarily disable building tor you can run:
```
BUILD_TOR=false ./scripts/build_deps.sh
```
+### Custom Builds
+Please refer to to the customization [README](/app/src/custom/README.md).
### Debug APKs <a name="debug-apks"></a>
@@ -169,11 +171,6 @@ After having run `./build_deps.sh`, you can assemble debug packages for running
./gradlew assembleNormalProductionFatDebug
```
-In order to build a custom branded version of Bitmask you can run:
-```bash
-./gradlew assembleCustomProductionFatDebug
-```
-
If everything went fine, you will find the debug apks in `/bitmask_android/app/build/outputs/apk/`.
### Release APKs <a name="release-apks"></a>