mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-04-29 22:24:36 +02:00
build: exclude Bouncy Castle dependency from minimizing
This commit is contained in:
parent
eb6c659f5b
commit
8c2aeff2cf
@ -43,6 +43,7 @@ tasks {
|
||||
}
|
||||
minimize {
|
||||
exclude(dependency("org.jetbrains.kotlin:.*"))
|
||||
exclude(dependency("org.bouncycastle:.*"))
|
||||
}
|
||||
}
|
||||
// Dummy task to fix the Gradle semantic-release plugin.
|
||||
|
Loading…
x
Reference in New Issue
Block a user