From d06fb08239a4cbc4a0800545bc01652d0db31a0e Mon Sep 17 00:00:00 2001 From: validcube Date: Sat, 21 Oct 2023 20:46:06 +0700 Subject: [PATCH] docs: part 6.9 --- README.md | 1 - docs/developers/0_preparation.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2be2292d..a73c9914 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,6 @@ [![GitHub last commit](https://img.shields.io/github/last-commit/ReVanced/revanced-manager/compose-dev)](https://github.com/ReVanced/revanced-manager/commits/compose-dev "") [![GitHub commit activity](https://img.shields.io/github/commit-activity/w/ReVanced/revanced-manager/compose-dev)](https://github.com/ReVanced/revanced-manager-compose/commits/compose-dev "") -## ❓ About ReVanced Manager is an Android application that uses ReVanced Patcher to add, remove, and modify existing functionalities in Android applications. ### 💪 Features diff --git a/docs/developers/0_preparation.md b/docs/developers/0_preparation.md index d353c1d2..d56a94ad 100644 --- a/docs/developers/0_preparation.md +++ b/docs/developers/0_preparation.md @@ -15,7 +15,7 @@ In order to compile ReVanced Manager, certain requirements must be met. 2. Build the APK Release variant: ```sh - ./gradlew assembleRelease -Psign + gradlew assembleRelease -Psign ``` ## ⏭️ What's next