summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2024-02-24 16:46:06 +0000
committercyberta <cyberta@riseup.net>2024-02-24 16:46:06 +0000
commit5e4f9acc43307add85e525746b9349cc0ffc8f15 (patch)
tree153029550d3bbee8a7a8c0d1179942d9def64f56 /README.md
parentd097d463ba8204eae76f7dc718b362f5e1e9701b (diff)
parent0d5ad6feab599750c4d4e423ce230f6095b2f6df (diff)
Merge branch 'remove_unused_properties' into 'master'
Document customization options Closes #9155 See merge request leap/bitmask_android!268
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>