-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update docs for revanced-cli to refs/heads/main
- Loading branch information
ReVanced Bot
committed
Mar 6, 2024
1 parent
17ce510
commit 77e2fc8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule revanced-cli
updated
23 files
+3 β0 | .editorconfig | |
+0 β0 | .github/ISSUE_TEMPLATE/bug_report.yml | |
+0 β0 | .github/ISSUE_TEMPLATE/feature_request.yml | |
+22 β0 | .github/dependabot.yml | |
+25 β0 | .github/workflows/build_pull_request.yml | |
+0 β0 | .github/workflows/open_pull_request.yml | |
+15 β14 | .github/workflows/release.yml | |
+1 β1 | .github/workflows/update_documentation.yml | |
+4 β1 | .gitignore | |
+1 β1 | .releaserc | |
+9 β0 | CHANGELOG.md | |
+7 β7 | CONTRIBUTING.md | |
+22 β8 | README.md | |
+46 β21 | build.gradle.kts | |
+1 β1 | docs/0_prerequisites.md | |
+50 β57 | docs/1_usage.md | |
+1 β1 | docs/2_building.md | |
+1 β1 | gradle.properties | |
+6 β5 | gradle/libs.versions.toml | |
+2 β2 | gradle/wrapper/gradle-wrapper.properties | |
+665 β4,882 | package-lock.json | |
+3 β3 | package.json | |
+66 β60 | src/main/kotlin/app/revanced/cli/command/PatchCommand.kt |