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