Continuing the legacy of Vanced
Template repository for ReVanced Patches.
This is a template to create a new ReVanced Patches repository.
The repository can have multiple patches, and patches from other repositories can be used together.
For an example repository, see ReVanced Patches.
To start using this template, follow these steps:
? You are now ready to start creating patches!
You can also add the following things to the repository:
To develop and release ReVanced Patches using this template, some things need to be considered:
dev branchdev branch is merged into the main branch once it is ready for releasedev branch and main branch are automatically released
via the release.yml workflow, which is also responsible for generating the changelog
and updating the version of ReVanced Patches. It is triggered by pushing to the dev or main branch.
The workflow uses the publish task to publish the release of ReVanced PatchesbuildAndroid task is used to build ReVanced Patches so that it can be used on Android.
The publish task depends on the buildAndroid task, so it will be run automatically when publishing a release.Thank you for considering contributing to ReVanced Patches template.
You can find the contribution guidelines here.
To build ReVanced Patches template, you can follow the ReVanced documentation.
ReVanced Patches template is licensed under the GPLv3 licence. Please see the license file for more information. tl;dr you may copy, distribute and modify ReVanced Patches template as long as you track changes/dates in source files. Any modifications to ReVanced Patches template must also be made available under the GPL, along with build & install instructions.
Example README.md file ↩
Example issue templates ↩
Example contribution guidelines ↩