mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-12 01:54:24 +02:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
rootProject.name = "revanced-patcher"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = !System.getenv().containsKey("CI")
|
|
}
|
|
}
|