mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-29 22:24:31 +02:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
rootProject.name = "revanced-patches"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = !System.getenv().containsKey("CI")
|
|
}
|
|
}
|