docs: part 6.9

This commit is contained in:
validcube 2023-10-21 20:46:06 +07:00
parent cf9a14c762
commit d06fb08239
No known key found for this signature in database
GPG Key ID: DBA94253E1D3F267
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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