mirror of
https://github.com/revanced/revanced-patcher
synced 2024-11-24 05:16:22 +01:00
8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
rootProject.name = "revanced-patcher"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = "CI" !in System.getenv()
|
|
}
|
|
}
|