Skip to content

Commit

Permalink
docs: Remove unneeded steps to build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 4, 2023
1 parent 48b9ac8 commit cb70082
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions docs/4_building.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,13 @@ This page will guide you through building ReVanced Manager from source.
```sh
git clone https://github.com/revanced/revanced-manager.git && cd revanced-manager
```

3. Create a GitHub personal access token with the `read:packages` scope [here](https://github.com/settings/tokens/new?scopes=read:packages&description=ReVanced)

4. Add your GitHub username and the token to `./android/gradle.properties`

```properties
gpr.user = YourUsername
gpr.key = ghp_longrandomkey
```

5. Get dependencies
3. Get dependencies

```sh
flutter pub get
```

6. Delete conflicting outputs
4. Delete conflicting outputs

```sh
flutter packages pub run build_runner build --delete-conflicting-outputs
Expand All @@ -34,7 +24,7 @@ This page will guide you through building ReVanced Manager from source.
> [!Note]
> Must be run every time you sync your local repository with the remote repository.
7. Build the APK
5. Build the APK

```sh
flutter build apk
Expand Down

0 comments on commit cb70082

Please sign in to comment.