From 37986c58ec4c8711689531db1c49df2c9d303115 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Thu, 28 Sep 2023 21:45:41 +0700 Subject: [PATCH] docs(building): correct path to gradle.properties --- docs/4_building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4_building.md b/docs/4_building.md index d4c0887cc8..adcf47dd62 100644 --- a/docs/4_building.md +++ b/docs/4_building.md @@ -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