fix: exclude patcher dependency from minimizing

This commit is contained in:
oSumAtrIX 2022-12-16 01:23:37 +01:00
parent 545597959a
commit d5794b94ca
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 0 deletions

View File

@ -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.