mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-19 07:39:25 +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()
|
|
}
|
|
}
|