mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-23 11:21:01 +00:00
build: exclude Bouncy Castle dependency from minimizing
This commit is contained in:
@@ -43,6 +43,7 @@ tasks {
|
|||||||
}
|
}
|
||||||
minimize {
|
minimize {
|
||||||
exclude(dependency("org.jetbrains.kotlin:.*"))
|
exclude(dependency("org.jetbrains.kotlin:.*"))
|
||||||
|
exclude(dependency("org.bouncycastle:.*"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Dummy task to fix the Gradle semantic-release plugin.
|
// Dummy task to fix the Gradle semantic-release plugin.
|
||||||
|
|||||||
Reference in New Issue
Block a user