mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-05 17:16:52 +01:00
8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
rootProject.name = "revanced-patches"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = "CI" !in System.getenv()
|
|
}
|
|
}
|