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