Skip to content

Commit

Permalink
build: Remove AAPT1 binary & minimize ReVanced Library (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitadai31 authored Dec 24, 2024
1 parent 63b6350 commit bf31de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ tasks {
}

shadowJar {
exclude("/prebuilt/linux/aapt", "/prebuilt/windows/aapt.exe", "/prebuilt/*/aapt_*")
minimize {
exclude(dependency("org.jetbrains.kotlin:.*"))
exclude(dependency("org.bouncycastle:.*"))
exclude(dependency("app.revanced:.*"))
exclude(dependency("app.revanced:revanced-patcher"))
}
}

Expand Down

0 comments on commit bf31de4

Please sign in to comment.