Skip to content

Commit

Permalink
docs(building): correct path to gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Sep 28, 2023
1 parent 5838550 commit 37986c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4_building.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This page will guide you through building ReVanced Manager from source.

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 `~/.gradle/gradle.properties`
4. Add your GitHub username and the token to `~/android/gradle.properties`

```properties
gpr.user = YourUsername
Expand Down

0 comments on commit 37986c5

Please sign in to comment.