This is a template for creating 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:
- Create a new repository using this template
- Set up the build.gradle.kts file (Match the group of the project, manifest attributes, and the POM that will be published to yours)
- Update the dependencies in the libs.versions.toml file
- Add a secret to your repository named REPOSITORY_PUSH_ACCESS containing a GitHub access token with push access
- Set up the README.md file1 (e.g title, description, license, short summary of the patches that are included in the repository)
🎉 You are now ready to start creating patches!
You can also add the following things to the repository:
- Issue templates2
- Contribution guidelines3
- Documentation, if you want to publish your patches as a library4