From 48b9ac8f5b1e99fa39f28fbc4f8a51516a3f058c Mon Sep 17 00:00:00 2001 From: "Mr. X" <79870712+n30mrx@users.noreply.github.com> Date: Sat, 28 Oct 2023 14:31:43 +0300 Subject: [PATCH] docs: use correct directory path (#1440) --- 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 d687cfad2c..7cdfe19ef1 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 `~/android/gradle.properties` +4. Add your GitHub username and the token to `./android/gradle.properties` ```properties gpr.user = YourUsername