mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
fix: name for IntegrationsPatch
This commit is contained in:
parent
b63a4af4d5
commit
e46ef02302
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ private val compatiblePackages = listOf("com.google.android.youtube")
|
||||||
class IntegrationsPatch : Patch(
|
class IntegrationsPatch : Patch(
|
||||||
PatchMetadata(
|
PatchMetadata(
|
||||||
"integrations",
|
"integrations",
|
||||||
"Inject integrations Patch",
|
"Inject Integrations Patch",
|
||||||
"Applies mandatory patches to implement the ReVanced integrations into the application.",
|
"Applies mandatory patches to implement the ReVanced integrations into the application.",
|
||||||
compatiblePackages,
|
compatiblePackages,
|
||||||
"0.0.1"
|
"0.0.1"
|
||||||
|
|
Loading…
Reference in a new issue