mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-18 17:49:23 +01:00
fix: exclude patcher dependency from minimizing
This commit is contained in:
parent
545597959a
commit
d5794b94ca
@ -44,6 +44,7 @@ tasks {
|
||||
minimize {
|
||||
exclude(dependency("org.jetbrains.kotlin:.*"))
|
||||
exclude(dependency("org.bouncycastle:.*"))
|
||||
exclude(dependency("app.revanced:.*"))
|
||||
}
|
||||
}
|
||||
// Dummy task to fix the Gradle semantic-release plugin.
|
||||
|
Loading…
Reference in New Issue
Block a user