chore: Separate extensions by app (#3905)
This commit is contained in:
parent
de492de77d
commit
e04c681424
314 changed files with 371 additions and 148 deletions
|
|
@ -16,7 +16,15 @@ pluginManagement {
|
|||
}
|
||||
|
||||
plugins {
|
||||
id("app.revanced.patches") version "1.0.0-dev.6"
|
||||
id("app.revanced.patches") version "1.0.0-dev.7"
|
||||
}
|
||||
|
||||
settings {
|
||||
extensions {
|
||||
defaultNamespace = "app.revanced.extension"
|
||||
|
||||
proguardFiles("../proguard-rules.pro")
|
||||
}
|
||||
}
|
||||
|
||||
include(":patches:stub")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue