From 2fed2a2bb9bff5f82c946db232ee63f5d4c39631 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 18 Oct 2022 22:31:38 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Updated=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c871546..b411bde 100644 --- a/README.md +++ b/README.md @@ -249,8 +249,13 @@ By default, script build the version as recommended by Revanced team. ```dotenv BRANDING_PATCH=custom-branding-icon-blue ``` - -12. Sample Envs ![envs] +12. You can build only for `arm64-v8a` devices in order to get smaller apk files.This can be done with by adding + `BUILD_ARM64_V8A_ONLY` in `ENVS` in `GitHub secrets` (Recommended) in the format. + ```dotenv + BUILD_ARM64_V8A_ONLY=True + ``` + Make sure you are using `revanced-extended` as `revanced` doesn't support this. +13. Sample Envs ![envs] ### Generate Token 1. Go to your account developer [settings](https://github.com/settings/tokens). Click on generate new token.