mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-30 17:32:54 +01:00
fbcbdafa49
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
rootProject.name = "revanced-patches"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = "CI" !in System.getenv()
|
|
}
|
|
}
|
|
|
|
include(":stub")
|