build: Remove AAPT1 binary & minimize ReVanced Library (#340)

This commit is contained in:
kitadai31 2024-12-24 09:52:44 +09:00 committed by GitHub
parent 63b6350afc
commit bf31de4148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"))
}
}