You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
23
13
24
14
```sh
25
15
flutter pub get
26
16
```
27
17
28
-
6. Delete conflicting outputs
18
+
4. Delete conflicting outputs
29
19
30
20
```sh
31
21
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.
34
24
> [!Note]
35
25
> Must be run every time you sync your local repository with the remote repository.
0 commit comments