mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-08 15:37:01 +01:00
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
include("dummy")
|
|
|
|
rootProject.name = "revanced-patches"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = "CI" !in System.getenv()
|
|
}
|
|
}
|