mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 19:19:24 +01:00
a430d3c5a1
It is not necessary anymore
8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
rootProject.name = "revanced-patches"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = "CI" !in System.getenv()
|
|
}
|
|
}
|