Skip to content

Commit 79c462b

Browse files
authored
docs: Remove unneeded steps to build from source
1 parent ddd6dab commit 79c462b

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

docs/4_building.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,13 @@ This page will guide you through building ReVanced Manager from source.
99
```sh
1010
git clone https://github.com/revanced/revanced-manager.git && cd revanced-manager
1111
```
12-
13-
3. Create a GitHub personal access token with the `read:packages` scope [here](https://github.com/settings/tokens/new?scopes=read:packages&description=ReVanced)
14-
15-
4. Add your GitHub username and the token to `./android/gradle.properties`
16-
17-
```properties
18-
gpr.user = YourUsername
19-
gpr.key = ghp_longrandomkey
20-
```
21-
22-
5. Get dependencies
12+
3. Get dependencies
2313

2414
```sh
2515
flutter pub get
2616
```
2717

28-
6. Delete conflicting outputs
18+
4. Delete conflicting outputs
2919

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

3929
```sh
4030
flutter build apk

0 commit comments

Comments
 (0)