Skip to content

Commit

Permalink
fix: exclude patcher dependency from minimizing
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 16, 2022
1 parent 5455979 commit d5794b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Expand Up @@ -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.
Expand Down

0 comments on commit d5794b9

Please sign in to comment.