From 58ff913522e47e44f1e0b4af024cf34db7666ee5 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 9 Jan 2023 00:09:56 +0100 Subject: [PATCH] docs: fix reference to correct repository --- docs/revanced-development/1_setup_development_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/revanced-development/1_setup_development_environment.md b/docs/revanced-development/1_setup_development_environment.md index 4ea92f9..54bdeda 100644 --- a/docs/revanced-development/1_setup_development_environment.md +++ b/docs/revanced-development/1_setup_development_environment.md @@ -106,4 +106,4 @@ Couple things should be considered with the development environment for ReVanced - Use development branches and always branch off and PR to the `dev` branch -- To use the local `revanced-patches` project in the `revanced-cli` and `revanced-patches` projects, make sure you publish it to the local Maven repository with `./gradlew publish` and use the correct version in the `build.gradle.kts` file in the `revanced-cli` and `revanced-patches` projects, otherwise, it will use the package from GitHub Packages +- To use the local `revanced-patcher` project in the `revanced-cli` and `revanced-patches` projects, make sure you publish it to the local Maven repository with `./gradlew publish` and use the correct version in the `build.gradle.kts` file in the `revanced-cli` and `revanced-patches` projects, otherwise, it will use the package from GitHub Packages