mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-03 23:34:25 +02:00
docs: part 2.1
This commit is contained in:
parent
676eb1e9e2
commit
67603f64cd
31
README.md
31
README.md
@ -1,5 +1,3 @@
|
|||||||
<!-- TODO: Push assets --->
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<picture>
|
<picture>
|
||||||
<source
|
<source
|
||||||
@ -44,37 +42,18 @@
|
|||||||
Continuing the legacy of Vanced
|
Continuing the legacy of Vanced
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
# 💊 ReVanced Manager (Compose)
|
# 💊 ReVanced Manager
|
||||||
|
|
||||||
> ![IMPORTANT]
|
|
||||||
> This is a rewrite of ReVanced Manager in Kotlin Compose.
|
|
||||||
|
|
||||||
ReVanced Manager is an Android application that uses ReVanced Patcher to add, remove, and modify existing functionalities in Android applications
|
|
||||||
|
|
||||||
[](../../blob/main/LICENSE)
|
|
||||||
[](https://github.com/ReVanced/revanced-manager/commits/compose-dev)
|
[](https://github.com/ReVanced/revanced-manager/commits/compose-dev)
|
||||||
[](https://github.com/ReVanced/revanced-manager-compose/commits/compose-dev)
|
[](https://github.com/ReVanced/revanced-manager-compose/commits/compose-dev)
|
||||||
|
|
||||||
## 🔽 Download
|
ReVanced Manager is an Android application that uses ReVanced Patcher to add, remove, and modify existing functionalities in Android applications
|
||||||
|
|
||||||
|
## 🔽 Download
|
||||||
You can obtain ReVanced Manager by downloading it from either [revanced.app/download](https://revanced.app/download) or [GitHub Releases](https://github.com/ReVanced/revanced-manager/releases)
|
You can obtain ReVanced Manager by downloading it from either [revanced.app/download](https://revanced.app/download) or [GitHub Releases](https://github.com/ReVanced/revanced-manager/releases)
|
||||||
|
|
||||||
<!-- TODO: Out of Scope, Documentation --->
|
## 📄 Documentation
|
||||||
|
Step on how to use the application and compile are available [here](/docs/README.md).
|
||||||
|
|
||||||
## 🔴 Issues
|
## 🔴 Issues
|
||||||
|
|
||||||
For suggestions and bug reports, open an issue [here](https://github.com/ReVanced/revanced-manager/issues/new/choose) with ReVanced Manager Compose label.
|
For suggestions and bug reports, open an issue [here](https://github.com/ReVanced/revanced-manager/issues/new/choose) with ReVanced Manager Compose label.
|
||||||
|
|
||||||
## 🛠️ Building Manager from source
|
|
||||||
|
|
||||||
1. Clone the ReVanced Manager's repository and move into project's root directory.
|
|
||||||
2. Create a GitHub personal access token with the `read:packages` scope [here](https://github.com/settings/tokens/new?scopes=read:packages&description=ReVanced).
|
|
||||||
3. Add your GitHub username and the token to `gradle.properties`.
|
|
||||||
```properties
|
|
||||||
gpr.user = YourUsername
|
|
||||||
gpr.key = ghp_longrandomkey
|
|
||||||
```
|
|
||||||
5. Compile the APK.
|
|
||||||
```bash
|
|
||||||
gradlew assembleRelease
|
|
||||||
```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user