revanced/revanced-patches-template

👋🧩Template repository for ReVanced Patches

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 8 minutes ago
Added to GitGenius on September 15th, 2026
Created on March 20th, 2022
Open Issues & Pull Requests: 5 (+0)
GitHub issues: Enabled
Number of forks: 494
Total Stargazers: 4,606 (+0)
Total Subscribers: 76 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.7 hours
Mean response time: 10.6 hours
90th percentile: 40.7 hours
Tracked items: 4

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 18 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Bug report (3)
  • Feature request (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ReVanced Patches Template is a template repository for creating custom ReVanced Patches projects that modify Android applications.

The tool addresses the need to develop and organize patches for the ReVanced ecosystem, which modifies Android apps through bytecode manipulation. It provides a structured starting point for developers who want to create their own patch repositories rather than relying solely on the official patches collection. The template establishes conventions and build infrastructure so that patches can be developed in isolation and combined with patches from other repositories.

Developers should choose this template when building custom patches for specific Android applications or when contributing patches to the ReVanced ecosystem. It suits projects where you need to maintain patches separately from the main ReVanced Patches repository, whether for organizational purposes, specialized modifications, or community contributions. The template enables patches from multiple repositories to work together, allowing modular development of the modification ecosystem.

The project maintains active development with a continuous integration workflow for releases. The codebase is written in Kotlin, reflecting the language used throughout the ReVanced toolchain for bytecode-level Android modifications.